On Fri, May 04, 2001 at 08:45:32PM -0400, Patrick LeBoutillier wrote:
> The goal is to have the same JVM contain the objects for both the sections.
> One reason for this is performance, the other one is that using JNI you can
> only create one JVM (one per thread I think).
Actually you can only create one JVM per process. You can attach the JVM
to one or more threads of a process. The API looks like it's meant to
support it, but you can't have multiple JVMs in the process.
Rob
--
Robert Loomans
[EMAIL PROTECTED]