>>
 >> 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

_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to