Re: when does Tomcat spawn children and/or fork ?

2004-07-06 Thread QM
On Tue, Jul 06, 2004 at 02:41:49PM -0400, Jim Cox wrote: : While using Tomcat 5.0.19 on Solaris 8 I occasionally see more than one : Tomcat process running (as reported by ps -aef). In each case the extra : process is a child of the original Tomcat process, exists for no more than a : few seconds,

RE: when does Tomcat spawn children and/or fork ?

2004-07-06 Thread Jim Cox
: While using Tomcat 5.0.19 on Solaris 8 I occasionally see more than one : Tomcat process running (as reported by ps -aef). In each case the extra : process is a child of the original Tomcat process, exists for no more than a : few seconds, seems to cause no trouble, and (troublingly?) leaves

RE: when does Tomcat spawn children and/or fork ?

2004-07-06 Thread Mike Jackson
To: 'Tomcat Users List' Subject: RE: when does Tomcat spawn children and/or fork ? : While using Tomcat 5.0.19 on Solaris 8 I occasionally see more than one : Tomcat process running (as reported by ps -aef). In each case the extra : process is a child of the original Tomcat process, exists

RE: when does Tomcat spawn children and/or fork ?

2004-07-06 Thread Jim Cox
You run the external process via Runtime.getRuntime().exec(...) ? If so, that should be easy enough for me to find in my JSPs... -Original Message- From: Mike Jackson To: 'Tomcat Users List' Sent: 7/6/2004 6:10 PM Subject: RE: when does Tomcat spawn children and/or fork ? I have