Advanced Routing Patterns in ZeroMQ
This talk will dig into the messaging patterns of ZeroMQ, a "socket
library, that acts as concurrency framework". We will start by using ZeroMQ messages for creating a Least Recently used router. Using a ZeroMQ device we will then create a N-M router that serves as proxy between many masters and many slaves. Finally the Mongrel2 messaging architecture will show how to emulate an asynchronous request/response pattern.