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