Tony, What is your configuration like? I am getting about 700-800 transactions/second. I have approx. 30 threads that are calling a single HttpClient and MultiThreadedConnectionManager. All requests are going to localhost, and I have set the connection manager to handle 50 connections per host. Previously my throughput was about 300/second, but simply adding threads to Tomcat more than doubled my performance. This also indicates to us that Tomcat is our current limiting factor in performance. I am running on a dual Intel 3.0 GHz machine, with plenty of memory. Running Linux Enterprise ES 3.0. Has anyone gotten above 1K/sec using HttpClient and Tomcat servlets?
--Steve -----Original Message----- From: Tony Seebregts [mailto:[EMAIL PROTECTED] Sent: Friday, July 22, 2005 10:59 AM To: HttpClient User Discussion Subject: Benchmarks Hi, Does anybody have any feel for the upper limit on requests/second achievable with HttpClient ? I'm getting about 1000/second (just to 127.0.0.1) which seems good to me - but if it could be doubled that would be better :-)). regards Tony Seebregts --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
