Ben Kloosterman wrote: > >> 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.
/me wants the functionality in the kernel, exposed via BSD sockets. It would then be automatically accessible from *any* language, without a need for a particular language binding. Any deviation from POSIX would break it. Martin _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
