Say I have a router socket on a server. The server can reply to its clients through the router socket. Each client is using a dealer socket to connect to the server.(Yes, this is an online-game architecture.)
Now I want to do a load/stress test on this server. So I created lots of client in my pc. Each client is represented as a thread, and has its own zmq context and a dealer socket that connect to the router socket on the server. Everything works fine when the amounts of clients are below 100. However, when I try to create lots more clients(>500), it just quickly ran out of memory when creating the clients(threads). I googled the solution but found none. Best regards.
_______________________________________________ zeromq-dev mailing list [email protected] http://lists.zeromq.org/mailman/listinfo/zeromq-dev
