what is the preferred mechanism for having threads talk to one another?

the old way was for the main program to do the bind
before spawning threads who do the connect,
and passing that bind socket to teh thread who needs it.

does this still work?
the new meme talks about creating sockets within threads
but it is awkward to arrange the bind first.

-----------------------
Andrew Hume
623-551-2845 (VO and best)
973-236-2014 (NJ)
[email protected]



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

Reply via email to