----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

Yes, it's called threads.  IBM's jdk118 is native threaded only - not green
threads.  Because of this you will see one "process" in the process table
for each native thread.  This is an artifact of how Linux does native
threading.  In reality there is only one process with only one memory
footprint for all the threads listed in ps.

-MA

Brad Chesman wrote:

> ----------------------------------------------------------------
> BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
> WHEN YOU POST, include all relevant version numbers, log files,
> and configuration files.  Don't make us guess your problem!!!
> ----------------------------------------------------------------
>
> I am using RH6.0, Jserv1.1b2, ibm jdk118, and apache 1.3.6. I just
> changed my jdk from blackdown 117_v3 to ibm 118 on one of my servers.
> With the blackdown jdk I only ever saw one java process. With the ibm (I
> didn't change the config files), I seem many processes. They are all the
> same size, but have different pid's. The server works fine. Can anyone
> explain this?
>
> Thanks,
>
> Brad Chesman
>
> --
> --------------------------------------------------------------
> Please read the FAQ! <http://java.apache.org/faq/>
> To subscribe:        [EMAIL PROTECTED]
> To unsubscribe:      [EMAIL PROTECTED]
> Archives and Other:  <http://java.apache.org/main/mail.html>
> Problems?:           [EMAIL PROTECTED]

--
~-~-~-~-~-~-~-~-~-~-~-~-~-~-WEBEASY-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~-~
Michael Amster                     [EMAIL PROTECTED]
1148 4th Street, Suite 204     Tel: 310.576.0770
Santa Monica, CA 90403      Fax: 310.576.2011




--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Archives and Other:  <http://java.apache.org/main/mail.html>
Problems?:           [EMAIL PROTECTED]

Reply via email to