You can change this by selecting "green" threads instead of native threads
when you run your jvm.   Check this out
http://java.sun.com/products/jdk/1.1/packs/native-threads/README

and then do a search on linux and green threads to get something more
specific to Linux.

Justin


-----Original Message-----
From: Reason [mailto:[EMAIL PROTECTED]]
Sent: 02 October 2001 05:07
To: Orion-Interest
Subject: RE: orion 1.3.8 on linux - spawning multiple java processes


The standard issue blackdown JVM on linux runs Java threads as native
threads -- so you see every Java thread as a separate process. Normal
behavior, nothing to worry about.

The memory issue is a different one; that's a problem with someone's code.

Reason
http://www.exratio.com/

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of korosh
> Sent: Monday, October 01, 2001 3:49 PM
> To: Orion-Interest
> Subject: orion 1.3.8 on linux - spawning multiple java processes
>
>
>
> Why does orion 1.3.8 runnin off of linux spawning bunch of Java processes
> where as on Solaris there is only one Java Process?
>
> Also, it seems that the java process eventually consume so much
> memory that
> my ISP shuts down the process.
>
> Is there a memory leak with Orion 1.3.8 running on Linux with sun
> jdk 1.3.0
> ???
>


Reply via email to