Re: Tomcat 6.0 threads

2012-11-05 Thread vicky007aggarwal
Thanks a ton Chris, i got my answer. Applause for giving your time. ;) On Nov 6, 2012, at 9:13 AM, Christopher Schultz wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Vicky, > > On 11/5/12 5:12 AM, vicky007aggar...@yahoo.co.in wrote: >> Mark actually i have a scenario in which

Re: Tomcat 6.0 threads

2012-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vicky, On 11/5/12 5:12 AM, vicky007aggar...@yahoo.co.in wrote: > Mark actually i have a scenario in which my application receives > variable amount of request depending on time . So at one point i > have an approx around 400 users concurrently access

Re: Tomcat 6.0 threads

2012-11-05 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Vicky, On 11/5/12 1:54 AM, vicky007aggar...@yahoo.co.in wrote: > Can somebody please help me out in stopping the surplus threads > which get created in tomcat 6.0 as we dont have "maxSpareThreads" > attribute anymore in it .. How can we close these th

Re: Tomcat 6.0 threads

2012-11-05 Thread vicky007aggarwal
Mark actually i have a scenario in which my application receives variable amount of request depending on time . So at one point i have an approx around 400 users concurrently accessing my application as a result i have an approx 400 threads but when the request count decreases the thread count s

Re: Tomcat 6.0 threads

2012-11-05 Thread Mark Eggers
On 11/4/2012 10:54 PM, vicky007aggar...@yahoo.co.in wrote: Hi All, Can somebody please help me out in stopping the surplus threads which get created in tomcat 6.0 as we dont have "maxSpareThreads" attribute anymore in it .. How can we close these threads Thanks for ur help, Vicky I've never n

Tomcat 6.0 threads

2012-11-04 Thread vicky007aggarwal
Hi All, Can somebody please help me out in stopping the surplus threads which get created in tomcat 6.0 as we dont have "maxSpareThreads" attribute anymore in it .. How can we close these threads Thanks for ur help, Vicky -