On Wed, Feb 16, 2011 at 9:16 PM, Michael Kogan
<[email protected]> wrote:

> It seems that my thread-per-user approach is not something that others are
> doing. I imagine they are using polling instead.

Threads are pretty cheap and it can be very elegant to use a thread
per socket. It depends how much management you need on top of the
socket set.

So it's definitely a valid design pattern for 0MQ.

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

Reply via email to