Wednesday, 28 September 2011

ØMQ (Zero MQ)

ZeroMQ is a socket library that allows developers to create distributed, concurrent, queue based messaging systems with high availability.  One of the many benefits is the abstraction of dealing with sockets at a queue and atomic message level.

It’s really simple to use, here is an example:

Client

Server

This sample was taken from the internet but you can download a snapshot of the source here:

http://stevenhollidge.com/blog-source-code/ZeroMqDemo.zip

0 comments:

Post a Comment