Ken,
I think you are probably right. These do look like threads.
How would I be able to tell for sure?
I get 10 lines when I run ps -aux | grep inline
Luke
On Aug 3, 2005, at 6:37 PM, Ken Williams wrote:
On Aug 3, 2005, at 5:01 PM, Luke Chambers wrote:
When running in SHARED_JVM mode, I assume that means there would
be only 1 org.perl.inline.java.InlineJavaServer process?
I have a situation where I am getting up to 10 processes
perpetually running even though I am running in SHARED_JVM => 1.
Those might not be processes, but rather threads. Some Linux
reporting tools that you might expect to show you just processes
sometimes split out the Java threads too.
-Ken