[zeromq-dev] Very Small Messages/Manual

Ben Kloosterman bklooste at gmail.com
Mon Aug 2 02:30:09 CEST 2010


>>
 >> zmq_msg_t* msg  = pipe->CreateNextMessage(size);
 >> memcpy (zmq_msg_data (msg), 5, "ABCDE");
 >
 >No way you can make that kind of functionality available via BSD socket
 >API :(

Why do you have to stick 100% to the API ,especially for inproc pub sub
where sockets are senseless ?  Extending the API can do this and still
maintain app compatibility with BSD sockets but give the option of going
further.

Ben




More information about the zeromq-dev mailing list