[zeromq-dev] Thread Safe sockets
Ian Barber
ian.barber at gmail.com
Fri Feb 3 17:27:41 CET 2012
On Fri, Feb 3, 2012 at 4:24 PM, Gary Wright <at2002+zmq at me.com> wrote:
>
>
> What am I missing?
>
> Gary Wright
I think most of the practical use cases are around languages that can move
code between threads. For example, in erlang which has it's own scheduler,
the underlying OS thread you're executing in might change from the one you
created the socket it. You generally have to work around that behaviour in
some way with those types of languages, and I think that's what John is
shooting for here - a built in way of making that easier.
Ian
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20120203/3e142f77/attachment.htm>
More information about the zeromq-dev
mailing list