Inline-Java - Re: Is JVM instantiated by Inline::perl?

Posted on Wed Mar 7 19:15:39 2007 by patl in response to 4498 (See the whole thread of 3)
Re: Is JVM instantiated by Inline::perl?
Normally, every time you run your Perl scripts a new JVM will be created. You can use the SHARED_JVM if you want the JVM to hang around an wait for call from other scripts.

Of course using Inline::Java is somewhat slow, although using the JNI module will help. But if you need speed you are probably better off writing a dedicated Java server or rewriting in Perl.
Write a response