On Fri, Feb 3, 2012 at 4:24 PM, Gary Wright <[email protected]> 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
_______________________________________________
zeromq-dev mailing list
[email protected]
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to