I am trying to use Inline Java under mod_perl.The code that I am running forks right before it executes the Inline Java sub. It is a very expensive sub... a web services call.. so I want it to run asynchronously.
I am having a hard time getting it to run properly. It seems to execute the first request and ignore all others until the first has completed.
Are there any special precautions that I need to take when doing this sort of thing with Inline Java?
Thanks Luke