ZeroMQ
ZeroMQ (also known as ØMQ, 0MQ, or zmq) looks like an embeddable networking library but acts like a concurrency framework. It gives you sockets that carry atomic messages across various transports like in-process, inter-process, TCP, and multicast. You can connect sockets N-to-N with patterns like fan-out, pub-sub, task distribution, and request-reply. It's fast enough to be the fabric for clustered products. Its asynchronous I/O model gives you scalable multicore applications, built as asynchronous message-processing tasks. It has a score of language APIs and runs on most operating systems. ZeroMQ is from iMatix and is LGPLv3 open source.
Features
ZeroMQ \zero-em-queue\, \ØMQ: Ø Connect your code in any language, on any platform. Ø Carries messages across inproc, IPC, TCP, TIPC, multicast. Ø Smart patterns like pub-sub, push-pull, and router-dealer. Ø High-speed asynchronous I/O engines, in a tiny library. Ø Backed by a large and active open source community. Ø Supports every modern language and platform. Ø Build any architecture: centralized, distributed, small, or large. Ø Free software with full commercial support.
Information
- Website: http://zeromq.org/
- Download: http://zeromq.org/intro:get-the-software
- Documentation: http://zeromq.org/intro:read-the-manual
- Community: http://zeromq.org/community
Comments
comments powered by Disqus