[zeromq-dev] Announcing ZFL
Pieter Hintjens
ph at imatix.com
Sat Aug 21 12:06:27 CEST 2010
On Sat, Aug 21, 2010 at 11:46 AM, Jon Dyte <jon at totient.co.uk> wrote:
> i think martin means a device running say 5 queues, 10 forwarders and 23
> streamers.
>
> as it stands that will take 38 threads.
And 76 endpoints, which seems pathological. If you are operating at
this scale, the number of threads is the least of your problems. A
modern OS can handle thousands of threads without sweat. The real
problem is managing that many endpoints, and a topology that needs to
know about them. Device multiplexing and reactors don't solve that in
any way.
-
Pieter Hintjens
iMatix - www.imatix.com
More information about the zeromq-dev
mailing list