Hello,
I have a question about Inline::Java and keeping a object persistant. I am
using Inline::Java as an interface to connect to a datasource. The problem
is that every time I want to do a new query, I have to connect again because
the object that I had already created has been destroyed. Is there a way to
store the object in Perl that will allow me to do multiple queries from
differnent cgi's. I have been unable to find any inforamtion about this
process.
Debugging returns
[perl][2] creating object in java (J::jm):
[perl][1] load done.
[perl][2] destroying object in java (J::jm):
I am using Apache/2.0.52 (Unix) mod_perl/1.99_17 Perl/v5.8.5 and Inline-0.44
and Inline::Java-0.49
Thanks,
Derek Peters