Posted on 2007-03-07 17:15:39-08 by patl in response to 4498
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.
Direct Responses: Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.