Why do some JVM/Linux Kernels show each java thread as a process and other not? How can I determine
        Posted  
        
            by Jherico
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Jherico
        
        
        
        Published on 2009-11-23T20:31:50Z
        Indexed on 
            2010/05/10
            10:04 UTC
        
        
        Read the original article
        Hit count: 305
        
I have two machines, one running 2.4.18 and one running 2.4.20.  Both run Java 1.5 build 13.  On one machine (2.4.18), each thread shows up as a separate process in the ps output, and on the other the whole JVM shows up as one process.  What is the distinguishing factor and can I control it?
© Stack Overflow or respective owner