Skip to content

Instantly share code, notes, and snippets.

@dhendo
Created October 24, 2011 16:10
Show Gist options
  • Save dhendo/1309400 to your computer and use it in GitHub Desktop.
Save dhendo/1309400 to your computer and use it in GitHub Desktop.
ZMQ layout
-------------- --------------
| WEB | | WEB |
| | | | TOP
| PUSH | | PUSH |
-------------- --------------
| |
|--------- --------|
| |
|\/|
|/\|
| |
-------------- --------------
|PULL (bind) | |PULL (bind) |
| | | | MIDDLE
|PUSH (bind) | |PUSH (bind) |
-------------- --------------
| |
|\/|
|/\|
| |
|--------- --------|
| |
-------------- --------------
| PULL | | PULL |
| | | | BOTTOM
|Write to DB | |Write to DB |
-------------- --------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment