Re: Problem with maximum threads

2009-04-22 Thread connossieur
I realize that my Server.xml is not being used by the Tomcat engine. I mean the Connector part. Should I make any modifications anywhere? And I regret for the last repeated mails. It was sent by mistake. -Anand connossieur wrote: > > Christopher, > > This is m

Re: Problem with maximum threads

2009-04-21 Thread connossieur
Christopher, This is my Server.xml Do you think this has a pr

Re: Problem with maximum threads

2009-04-21 Thread connossieur
Christopher, This is my Server.xml Do you think this has a pr

Re: Problem with maximum threads

2009-04-21 Thread connossieur
Christopher, This is my Server.xml Do you think this has a pr

RE: Problem with maximum threads

2009-04-21 Thread connossieur
1000 threads come up by themselves. I have configured Tomcat to spawn only 70 threads. Also, I'll look for synchronization issues in the code. :) Caldarale, Charles R wrote: > >> From: connossieur [mailto:anand.b...@aricent.com] >> Subject: Re: Problem with maximum threa

Re: Problem with maximum threads

2009-04-21 Thread connossieur
mum number of > threads Tomcat will handle is somewhere about 2400. So, if you are > getting an error at 1000 threads, look somewhere else. > > Stephen Caine > Soft Breeze Systems, LLC > > On Apr 21, 2009, at 7:34 AM, connossieur wrote: > >> >> Hi, >> >&

RE: Problem with maximum threads

2009-04-21 Thread connossieur
So, I'll take the dump and analyze and revert back. One more confirmation. Is the executor configured by me for Tomcat appropriate? Or should I make any more changes? -Anand Peter Crowther wrote: > >> From: connossieur [mailto:anand.b...@aricent.com] >> The application d

RE: Problem with maximum threads

2009-04-21 Thread connossieur
Yes, I have already mentioned in the mail. I have that executor attributes. :) mgainty wrote: > > > did you try specifying executor attribute in your Connector e.g. > executor="ThreadPool" > .. > /> > > Martin > __ > Disclaimer and Confidentiality

RE: Problem with maximum threads

2009-04-21 Thread connossieur
pawns more than 1000 threads? Anand Peter Crowther wrote: > >> From: connossieur [mailto:anand.b...@aricent.com] >> There is no problem in the application code. > > How have you proved this? > > Take a thread dump (you're on Java 1.6, so you can

Problem with maximum threads

2009-04-21 Thread connossieur
Hi, I am using Tomcat 6.0.9 with the following server.xml config file: The Java version I am using is JDK1.6.0_06. The problem is with the tomcat web app being used for a load test at 200 messages/sec. The application runs well enough for half an hour but after that time, the CPU con