Hi all,

In a server, I want to assign one socket per client (CURVE). What is the best in terms of performance & ressources ? Say I want to deal with 1,000 simultaneous clients.

1. one socket per thread with an avarage cpu load <1%, and 1,000 threads ?
2. 100 sockets per thread with an avarage cpu load near 100%, and 10
   threads ?
3. anything between ?

Some service delivery latency is acceptable.


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

Reply via email to