jsvc creates LOTS of processes

2006-04-24 Thread Mark Shifman
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 \

Re: jsvc creates LOTS of processes

2006-04-24 Thread David Smith
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

Re: jsvc creates LOTS of processes

2006-04-25 Thread Martin Gainty
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

Re: jsvc creates LOTS of processes

2006-04-25 Thread Mark Shifman
" 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.