Re: Bizzare problems with shared_jvm in Inline::Java

2005-10-06 Thread Patrick LeBoutillier
Jason, > At this point, I've achieved some functionality with the shared JVM. I'm > just not clear on when reconnect_JVM is required. Is this only required > after a fork to deal with closing the parents sockets/registering with > the shared JVM? reconnect_JVM() is required after a fork in order

Bizzare problems with shared_jvm in Inline::Java

2005-10-05 Thread Jason Stelzer
Greetings, I'm working on integrating a legacy application with j2ee/ejb services running on an app server cluster. Originally I was using Inline::Java in JNI mode. However the documented issues with forking processes is causing me to switch to the default client/server mode. Since the applicatio