Is there a way to limit the number of simultaneous connection on the server
side? I have a server running but if a client is executed with for example
100 parallel connections:

./iperf -c 127.0.0.1 -i 1 -y C -P 100

than 100 threads are spawned server side hogging down the pc. Can the
number of connections/threads be limited server side? (I don't want the
server to exit if a number of max connections is reached, I just want it to
stop accepting new connections until the previous tests are completed)
------------------------------------------------------------------------------
Sponsored by Intel(R) XDK 
Develop, test and display web and hybrid apps with a single code base.
Download it for free now!
http://pubads.g.doubleclick.net/gampad/clk?id=111408631&iu=/4140/ostg.clktrk
_______________________________________________
Iperf-users mailing list
Iperf-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/iperf-users

Reply via email to