Re: Out of Memory error - Tomcat 3.2.1

2001-07-31 Thread Somik Raha
Wondering if anyone has any idea about this issue. Would appreciate a reply.. Yours, Somik - Original Message - From: Somik Raha To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 11:17 AM Subject: Out of Memory error - Tomcat 3.2.1 Hi, I am using

RE: Out of Memory error - Tomcat 3.2.1

2001-07-31 Thread Emir Alikadic (ADNOC IST)
1. You're posting a message in non-plain text format, which is in violation of this list's rules (you did read the list's FAQ, didn't you?). Your message is thus likely being ignored. Post in plain text as required and someone will probably respond. 2. Your original message was posted 4 hours

Re: Out of Memory error - Tomcat 3.2.1

2001-07-31 Thread Somik Raha
, Somik - Original Message - From: Emir Alikadic (ADNOC IST) [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, July 31, 2001 3:57 PM Subject: RE: Out of Memory error - Tomcat 3.2.1 1. You're posting a message in non-plain text format, which is in violation of this list's rules (you did

Out of Memory error - Tomcat 3.2.1

2001-07-31 Thread Somik Raha
Hi, Sorry for posting earlier in Rich Text. I am using Tomcat 3.2.1 with Apache. I find a strange phenomenon - whenever an http request is made, a tomcat thread is created. But when the servlet finishes, the thread is not destroyed. This results in a big problem - after sometime, an

Re: Out of Memory error - Tomcat 3.2.1

2001-07-31 Thread Dmitri Colebatch
Somik, Are there really more than 1000 threads? When I start tomcat I get about 35 threads... are you running a standardish configuration or have you changed things? When you say you've checked your servlets and none of them have threads that dont end - are you sure? maybe post one of your

Re: Out of Memory error - Tomcat 3.2.1

2001-07-31 Thread Somik Raha
Hi Dmitri, Thanks for writing. Are there really more than 1000 threads? When I start tomcat I get about 35 threads... are you running a standardish configuration or have you changed things? When I start tomcat, I get around the same threads as you. When the servlets get accessed, the

Re: Out of Memory error - Tomcat 3.2.1

2001-07-31 Thread Dmitri Colebatch
Somik, On Tue, 31 Jul 2001, Somik Raha wrote: Any ideas (is there any way to get more info about the threads that Tomcat creates) ? From what you said it does indeed sound like a configuration problem. I had thought from your earlier email that you were creating threads yourself in the