in reply to Java::Inline vs Java::Import Opinions
what about creating a extra perl process that communicates with your CGI app; that perl process will hook with JNI via Inline::Java. This way maybe you can control or profile more easily, and at the same time you don't compromise your apache process. If the extra perl process dies, well your restart it, or better let it restart itself every 100 calls or so.
cheers --stephan
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Java::Inline vs Java::Import Opinions
by Dooz (Novice) on Jun 04, 2007 at 14:06 UTC |