You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Pete Wright <pe...@blackhammer.com> on 2001/04/05 21:17:40 UTC

java process question

Hey all,
    I've got apache 1.3.19 running with tomcat 3.2.1 on debian/gnu linux

(potato).  everything went great with the install!

ok got a quick question here tho, i start tomcat then do a ps -A to make

sure it's running and notice that i have *a*lot* of java process'
running (47 to be exact).  now i'm pretty sure that each one of these is
not a
whole new process that's started, i assume it's threads listening for
requests.   this is the output from a 'ps -aux' for each of those 47
instances:

/usr/lib/j2sdk1.3/bin/i386/native_threads/java
-Dtomcat.home=/usr/local/jakarta-tomcat/dist/tomcat/bin/..
org.apache.tomcat.startup.Tomcat

this is for a development machine that's pretty
underpowered so obviously i'd love the conserve resources.  should i
even worry about all that java stuff?

thanks in advance!

pete

--
Pete Wright
Systems Administrator
Black Hammer Productions

pete@blackhammer.com
wk: 212.625.8980 x23
cell: 917.415.9866



Re: java process question

Posted by Pete Wright <pe...@blackhammer.com>.
yea i thought they were threads.  i suppose my question was if all 47 were necc. and if not could i lower
the amount of them.
pete

"Rui M . Silva Seabra" wrote:

> On Thu, Apr 05, 2001 at 03:17:40PM -0400, Pete Wright wrote:
> > this is for a development machine that's pretty
> > underpowered so obviously i'd love the conserve resources.  should i
> > even worry about all that java stuff?
>
> I think they're threads, but if you have low power machines, mayhap you should not use servlets at all?
>
> Yours, rms
>
> --
> + No matter how much you do, you never do enough -- unknown
> + Whatever you do will be insignificant,
> | but it is very important that you do it -- Ghandi
> + So let's do it...?
>
>   ------------------------------------------------------------------------
>    Part 1.2Type: application/pgp-signature

--
Pete Wright
Systems Administrator
Black Hammer Productions

pete@blackhammer.com
wk: 212.625.8980 x23
cell: 917.415.9866



Re: java process question

Posted by "Rui M . Silva Seabra" <rm...@multicert.com>.
On Thu, Apr 05, 2001 at 03:17:40PM -0400, Pete Wright wrote:
> this is for a development machine that's pretty
> underpowered so obviously i'd love the conserve resources.  should i
> even worry about all that java stuff?

I think they're threads, but if you have low power machines, mayhap you should not use servlets at all?

Yours, rms

-- 
+ No matter how much you do, you never do enough -- unknown
+ Whatever you do will be insignificant,
| but it is very important that you do it -- Ghandi
+ So let's do it...?