J2SE uses native threads (since 1.3?).
On Linux, this is a new process.

Signature
Tony Morris
http://xdweb.net/~dibblego/
Tony,
At Friday 27 August 2004 22:32 in comp.lang.java.machine Tony Morris
wrote:
> J2SE uses native threads (since 1.3?).
> On Linux, this is a new process.
Correction:
On Linux kernels prior to version 2.6, threads /appear/ as separate
processes in the sense that they show up in a ps listing, e.g., but are
still threads sharing the virtual memory (except their stack), file
descriptors, signal dispensation, resource limits etc. with the main
process to which they belong.
In Linux kernel 2.6, the thread implementation has been substantially
changed, and they no longer appear as separate processes.
Randall Schulz
Tony Morris - 31 Aug 2004 11:41 GMT
Yeah - something like that :)
Who uses that crusty operating system anyway?

Signature
Tony Morris
http://xdweb.net/~dibblego/