I have a requirement to make use of some third party software
written in Java. I would like to get my mod_perl based scripts
to talk to this software. To that end I am interested in the
jpl shipped with 5.6. Has anyone successfully integrated this
with mod_perl on Solaris? If so, how did you build Perl. I
am particularly interested in the threading options.
More generally, how do the threading options in Perl influence
mod_perl? Does mod_perl simply ignore them, being process based?
Is it ill-advise to enable threading when you will be using
mod_perl?
-P