outillier [mailto:[EMAIL PROTECTED]
Sent: Wednesday, December 08, 2004 11:42 AM
To: Peters Derek S Contr WRALC/LGEA
Cc: [EMAIL PROTECTED]
Subject: Re: Persistant Java objects
Derek,
When you create a Java Object from Perl, that Java object is bound the Perl
reference that is returned. When that refere
Derek,
When you create a Java Object from Perl, that Java object is bound
the Perl reference that is returned. When that reference goes out of scope,
the Java object is "unhooked" and is free to be collected by the garbage
collector.
So after each time a CGI is called, all the variables allocated d
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