On Thu, Oct 18, 2012 at 3:45 PM, Chuck Remes <li...@chuckremes.com> wrote:

> No, it is not guaranteed that socket3 will be ready for a connection. All
> binds (and connects) happen asynchronously in the I/O thread. Depending on
> your machine performance, it could be ready in 10ms, 100ms or more.
>
>
Actually, in the inproc only case you can run with 0 IO threads, so the
specific example should be safe. I would be inclined to implement a
solution as you suggested to make it more transparent in case I ever
switched transports though.

Ian
_______________________________________________
zeromq-dev mailing list
zeromq-dev@lists.zeromq.org
http://lists.zeromq.org/mailman/listinfo/zeromq-dev

Reply via email to