Search results for "dist:ZMQ"
ZMQ - Perl-ish Interface libzmq
ZMQ is a Perl-ish wrapper for libzmq. It uses ZMQ::LibZMQ2 or ZMQ::LibZMQ3 (ZMQ::LibZMQ2 is the default) as the actual backend. If you want a one-to-one direct mapping to libzmq, then you should be using ZMQ::LibZMQ2 or ZMQ::LibZMQ3 directly ZMQ will...
DMAKI/ZMQ-1.06 - 28 Oct 2014 05:44:18 UTC
ZMQ::Poller - Stateful wrapper around zmq_poll
ZMQ::Poller is a stateful wrapper around zmq_poll....
DMAKI/ZMQ-1.06 - 28 Oct 2014 05:44:18 UTC
ZMQ::Socket - ZMQ Socket object
A ZMQ::Socket object represents a 0MQ socket. ZMQ::Socket object can only be created via ZMQ::Context objects, so there are no public constructors. The types of sockets that you can create, and the semantics of the socket object varies greatly on the...
DMAKI/ZMQ-1.06 - 28 Oct 2014 05:44:18 UTC
ZMQ::Context - ZMQ Context Object
A ZMQ::Context object represents a 0MQ context....
DMAKI/ZMQ-1.06 - 28 Oct 2014 05:44:18 UTC
ZMQ::Message - ZMQ Message Object
A ZMQ::Context object represents a message to be passed over a ZMQ::Socket. ZMQ::Message->new([ $msg ]) Creates a new message. If $msg is passed, calls "zmq_msg_init_data()". Othewise "zmq_msg_init()" is called $msg->data() Retrieves the data in mess...
DMAKI/ZMQ-1.06 - 28 Oct 2014 05:44:18 UTC
ZMQ::Serializer - Serialization Support
You can add a simple serialization/deserialization mechanism to ZMQ by enabling this module. To enable serialization, you must load ZMQ::Serializer: use ZMQ; use ZMQ::Serializer; This will add "ZMQ::Socket::sendmsg_as()" and "ZMQ::Socket::recvmsg_as"...
DMAKI/ZMQ-1.06 - 28 Oct 2014 05:44:18 UTC