Service Machine
jdk1.2
+ apache 1.3.12 + tomcat 3.2.1 and using mod_jserv.so
Test Machine
jdk1.3 + apache 1.3.14 + tomcat 3.2.1 and mod_jk.so
In
Test Machine I test programing that is
fine.
Then Service
Mode change mod_jserv.so ==> mod_jk.so
Then Same
problem is come........................
Change
Service Machine mod_jk.so ==> mod_jserv.so
then
the problem is go
out..........................................
-----Original Message-----
From: Terence Kwan [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 24, 2001 10:15 AM
To: [EMAIL PROTECTED]
Subject: too many processes will not die (then out of memory)Tomcat 3.2.1Red Hat 2.2.14Linux JDK 1.3.0We are running the tomcat on the server. For each http request, it will create 2 more jdk process/thread (ps -aux |grep java|wc). After more hits, the processes number go up to 500. Then after more hit, tomcat will respond as "out of memory".1. Why the process does not die? even after the session timeout limit of 30 minutes.2. How can I make the server more stable?ThanksTK
