On Mon, 18 Oct 1999, Pierre Heroux wrote:

> I've downloaded JDK_1.2_pre-release-v2.
> Each time I run "java blah_blah.class" or invoke the JVM in a C++
> source, it looks as if the program is run several time. It appears 8
> times in the process list ("ps").
> 
> Is there something wrong ?

Every thread looks like process to ps. So you get as many entries as there
are native threads. Fortunately memory is shared, so you
should count only one resident/shared number.

Artur


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

Reply via email to