Re: Ajp13Processor starting background threads under low load

2002-10-20 Thread Lindsay Patten
y Glenn Nielsen wrote: One way to start debugging this type of problem is to tell the java process running Tomcat to do a Thread Stacktrace Dump. kill -QUIT Then analyze the stack traces for all threads. Regards, Glenn Lindsay Patten wrote: Hi, I thought I would take a different tack o

Re: Ajp13Processor starting background threads under low load

2002-10-20 Thread Lindsay Patten
used by apache. And each Ajp13Processor runs in its own thread waiting for a request from Apache. Regards, Glenn Lindsay Patten wrote: Thanks for the pointer Glenn, it was much appreciated! So, I've been doing thread stacktrace dumps, but what I found doesn't make a lot of sen

Re: Ajp13Processor starting background threads under low load

2002-10-18 Thread Lindsay Patten
x27;t have a timeout on worker threads than I could concentrate on looking elsewhere. Does anyone know? Or know where to look or ask short of reading the source? Thanks, Lindsay Lindsay Patten wrote: Hi, I am having a problem where tomcat keeps intermitantly starting new ajp13 processor th

Ajp13Processor starting background threads under low load

2002-10-18 Thread Lindsay Patten
Hi, I am having a problem where tomcat keeps intermitantly starting new ajp13 processor threads, eventually it reaches the max and starts refusing connections. My hosting provider (linux machine) provides a private version of tomcat for each user with a single apache web server, there are typic