Re: Tomcat giving more request to my application.

2014-11-29 Thread Ameer Mawia
On Nov 28, 2014 12:08 PM, sarojkumar.ya...@ril.com wrote: Hello, I am using apache-tomcat-7.0.53 for my application (which is working on multithreading environment). To generate 10 requests with 500 concurrent, I am trying to use following command on my linux server: ab -n 10 -c

Re: Tomcat giving more request to my application.

2014-11-29 Thread Hassan Schroeder
On Thu, Nov 27, 2014 at 10:34 PM, sarojkumar.ya...@ril.com wrote: following command on my linux server: ab -n 10 -c 500