[zeromq-dev] What's wrong with this sample?

Rick Flower nrf at ca-flower.com
Mon Jan 23 22:05:01 CET 2012


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!




More information about the zeromq-dev mailing list