ZeroMQ - ØMQ bindings for Parrot
ØMQ is a library for fast, lightweight messaging. It allows for message-based concurrency at several different levels: between threads, between processes, and between machines; in several common patterns, such as request/response, pub/sub, etc.
This library is broken up into three components which can be used independently:
- ZeroMQ::Raw
-
The raw
NCI
bindings for libzmq. - ZeroMQ::Constants
-
The constants for interacting with libzmq. Taken from zmq.h.
- ZeroMQ
-
Object-oriented wrappers for libzmq. These follow the Winxed constructor convention.
Peter Lobsinger
Copyright (C) 2011, Peter Lobsinger.
This library is free software, you can redistribute it and/or modify it under the terms of The Artistic License 2.0, obtainable at http://www.perlfoundation.org/artistic_license_2_0.