"
Sent: Monday, April 24, 2006 12:55 PM
Subject: jsvc creates LOTS of processes
I noticed that jsvc creates about 68 processes on one of my servers.
I start it using an init.d script under redhat 9.
I don't think I have done anything egregious.
...snip
CATALINA_OPTS=" -Djava.awt.
sage -
From: "Mark Shifman" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Monday, April 24, 2006 12:55 PM
Subject: jsvc creates LOTS of processes
>I noticed that jsvc creates about 68 processes on one of my servers.
>
> I start it using an init.d script unde
Chances are you are doing nothing wrong. How many threads/processes are
started when you start tomcat manually?It could easily be the way your
kernel implementation handles threads (assuming this is Linux). Some
list threads as processes (version 2.4 and before), newer 2.6 kernels don't.
--Dav
I noticed that jsvc creates about 68 processes on one of my servers.
I start it using an init.d script under redhat 9.
I don't think I have done anything egregious.
...snip
CATALINA_OPTS=" -Djava.awt.headless=true -Xmx750m -Xms750m"
...snip
start(){
$DAEMON_HOME/jsvc \
-user $TOMCAT_USER \