Hi I was testing the throughput of the sumpup example using apache jmeter. I am using 100 threads with loop forever set to true.I get a throughput of about 99/sec.But when I use the proxy(provided in the example)in between the sumup client and the server, the throughput drops to about 60/sec.The proxy as of now uses 1 acceptor,1 connector and 1 clienthandler per port. Is this a good approach or should I increase the number of acceptors and connectors?
PS: I am using my laptop to run the tests, so don't expect a very high performance. What I am looking for is the % increase in latency added by the proxy. Regds Monajit
