Re: tomcat/linux question

2001-05-27 Thread Gary Lawrence Murphy
O == Oki DZ [EMAIL PROTECTED] writes: O Dante le Poole wrote: Also, as soon as more than one single user is using my webapp, the jvm hangs and no-one can access anymore servlets or jsp-pages! All I can do is kill the jvm and restart tomcat, but as soon as more than one

Re: tomcat/linux question

2001-05-27 Thread anil
This is not a solution to the problem. I have another question. On the tomcat, The sessions are stored in a hashtable. Does't that provide synchronization?? anil Gary Lawrence Murphy wrote: This also sounds like perhaps a dead-lock where you have static data that is being shared between two

tomcat/linux question

2001-05-25 Thread Dante le Poole
Hi, I have strange things happening when running tomcat 3.2.1 on linux on sun 1.2 jdk. When tomcat starts, the jvm creates a child-process. the child process then creates up to 19 child-processes itself. Each of these processes is taking the same amount of memory, i.e. 14MB! This is ridiculous,

Re: tomcat/linux question

2001-05-25 Thread Edwin Martin
Dante, When tomcat starts, the jvm creates a child-process. the child process then creates up to 19 child-processes itself. Each of these processes is taking the same amount of memory, i.e. 14MB! This is ridiculous, my app is a small one and there is no way it could demand that much memory. With