Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-dev] Two Processes after Launch of jetty

Hi,

Our Hosting Provider contact us, that he think its a mistake that always after launch jetty two processes are running. He expect only one process running by default. We never experienced it otherwise and we understand the second process is simply a pre-fork.

On Ubuntu we see two processes (one as root, one as jetty) on GEnToo (the OS of our Hosting Provider) we see two as well, both jetty. They look like this:

jetty     4426  1	0.0  0.6 6792388 103800 ?      Ssl  Sep03   0:07 /opt/icedtea-bin/bin/java -Djetty.home=/opt/jetty -Djava.io.tmpdir=/tmp -jar /opt/jetty/start.jar /etc/jetty/jetty-logging.xml /etc/jetty/jetty.xml

jetty     4488  4426 	0.0  0.0  13608  1576 ?        S    Sep03   0:00 /bin/bash jetty    32386  8.2  7.4 7811968 1230764 ?     Sl   Sep03  26:07 /opt/icedtea-bin/bin/java -Djava.awt.headless=true -Xmx2048m -Xms1024m -XX:PermSize=1024M -Djetty.class.path=/opt/icedtea-bin

Could it be a sign that we do something wrong, that two jetty processes are running ?

To be honest, we think that is normal and do not understand the concern of the Hosting Provider.

Frank
--
ECCE TERRAM					E-Mail: fs@xxxxxxxxxxxxxxx
DE: +49 441 500 12 0				NZ:  +64 9 304 0709
US: + 1 415 609 0380				Fax: +49 441 500 12 29
www.ecce-terram.info				Ex Astris Scientia

Attachment: signature.asc
Description: Message signed with OpenPGP using GPGMail


Back to the top