RE: CGI.pm internals question

2005-07-13 Thread Bob Showalter
Scott R. Godin wrote: > under what circumstances is the CGI.pm's STORE autoloaded method > called? > > is it used only when you assign values to the object, or is it only > used when receiving values (or multi-values) from the webserver query? It is part of the tied hash interface returned by th

CGI.pm internals question

2005-07-13 Thread Scott R. Godin
under what circumstances is the CGI.pm's STORE autoloaded method called? is it used only when you assign values to the object, or is it only used when receiving values (or multi-values) from the webserver query? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMA

Re: How to plug memory leak?

2005-07-13 Thread Todd W
"Zentara" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > On Mon, 20 Jun 2005 21:46:52 -0600, [EMAIL PROTECTED] (Siegfried > Heintze) wrote: > >>What about the memory used by threads? Do I have to join with a thread to >>recover its memory? >> > > To destroy a thread, you must make