RE: Persistant Java objects

2004-12-08 Thread Peters Derek S Contr WRALC/LGEA
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

Re: Persistant Java objects

2004-12-08 Thread Patrick LeBoutillier
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