>Proper Linux Processes, If you said "java Helloworld" for the simplest
>of
>code , 'ps uax ' will tell you 4 new Processes were Spawned , I am
>guessing they are for the JVMs Internal book keeping and for executing
>the code

They are not actually 'proper' linux processes.  They are, in fact, 
threads.  Linux threads are basically processes that share the same 
memory space.  If you do a stack dump, you'll see that they are, in 
fact, bookkeeping threads.


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to