RE: orion 1.3.8 on linux - spawning multiple java processes

2001-10-02 Thread Bruno Baloi
sh Sent: Mon 10/1/2001 6:49 PM To: Orion-Interest Cc: 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 proces

RE: orion 1.3.8 on linux - spawning multiple java processes

2001-10-01 Thread Justin Wood
--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 separa

RE: orion 1.3.8 on linux - spawning multiple java processes

2001-10-01 Thread Reason
xratio.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 o

Re: orion 1.3.8 on linux - spawning multiple java processes

2001-10-01 Thread Chris Woods
The threading model on linux is such that each new java thread spawns a new process. This is normal behaviour with Java on linux; it's not an Orion thing. There is no memory leak in Orion or Java. If there is memory being consumed, I would start looking to be sure you're freeing up resources

orion 1.3.8 on linux - spawning multiple java processes

2001-10-01 Thread korosh
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