in reply to Something better than Inline::Java

Just to toss out an idea: you might try tossing out trying to include the Java stuff in your Perl process and instead try writing a small dedicated pure-Java program which provides an XML-RPC or SOAP bridge to the API and have your Perl access that instead.

(No experience with Inline::Java or the other you mention so I can't help there . . .)

Replies are listed 'Best First'.
Re^2: Something better than Inline::Java
by suaveant (Parson) on Apr 30, 2007 at 22:43 UTC
    The SOAP server they made is 10 times slower than the Inline::Java version I did... and 70 times slower than the pure Java... SOAP isn't much of a speed solution.

                    - Ant
                    - Some of my best work - (1 2 3)