RE: standard install produces 33 processes/forks!

2004-07-14 Thread Mike Curwen
What version of Linux ?

older kernels report each java thread as a separate process. 

 -Original Message-
 From: Matthias Leonhardt [mailto:[EMAIL PROTECTED] 
 Sent: Wednesday, July 14, 2004 12:18 PM
 To: [EMAIL PROTECTED]
 Subject: standard install produces 33 processes/forks!
 
 
 Hi,
 
 how can I reduce the amount of processes started by the 
 tomcat. I tried to change the min_spare* options of the 2 Connectors 
 in the standard config - so I got 29 processes instead of 33.
 
 How can I reduce the large amount of processes?
 
 I attached the server.xml to this mail - so you can have a 
 look. But its the standard-config as distributed in the 
 tarball of the tomcat 4.1 which I downloaded before.
 
 thanks for Your help/hints
 kind regards,
 Matthias Leonhardt
 
 --
 Matthias Leonhardt
 - Team Software Solutions - 
 pro|business AG
 Expo Plaza 1
 30539 Hannover
 Germany
 
 phone 1+49-3641-776323
 phone 2+49-511-60066-0
 email  [EMAIL PROTECTED]
 webhttp://www.probusiness.de
 
 -
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: standard install produces 33 processes/forks!

2004-07-14 Thread QM
On Wed, Jul 14, 2004 at 08:49:10PM +0200, Matthias Leonhardt wrote:
: Linux ipx10388 2.4.20-4GB #1 Mon Jun 28 16:21:04 UTC 2004 i686 unknown
: unknown GNU/Linux
: 
: I think, these are separate processes - maybe I'm wrong?

No; they're threads of a single process.
This is described in the archives.

-QM

-- 

software  -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]