On 20.01.2012 07:37, Rick & Nellie Flower wrote: > Thanks.. I missed that.. I've got some live code that is very similar > to this on a Solaris 10 server and the first thread to do a > send hangs the entire process since it ends up doing a poll() > down in the bowels..
Just a quick followup.. Found the issue with my live code that I alluded to above.. It turns out that I had forgotten to add the socket connect call on the child threads that were doing the writes to the other process.. Once I added that, and fixed an issue with creating the message all was good.. Seems to work nicely! Nice library indeed! _______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
