What if I
am not using Apache at all? I am just using tomcat as the web server and jsp engine. So, the problem is not related to
mod_jk.so or mod_jserv.so. Should I use
apache?
-----Original Message-----
From: Kim soon il [mailto:[EMAIL PROTECTED]]
Sent: Saturday, February 24, 2001 10:05 AM
To: [EMAIL PROTECTED]
Subject: RE: too many processes will not die (then out of memory)Service Machinejdk1.2 + apache 1.3.12 + tomcat 3.2.1 and using mod_jserv.soTest Machinejdk1.3 + apache 1.3.14 + tomcat 3.2.1 and mod_jk.soIn Test Machine I test programing that is fine.Then Service Mode change mod_jserv.so ==> mod_jk.soThen Same problem is come........................Change Service Machine mod_jk.so ==> mod_jserv.sothen 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
