>I'm using embperl-2.0.b8. I have a question about the embperl object application. >I have implemented a subroutine DESTROY as destructor of that object application. >I'm not shure when that destructor will be called. In embperl.log i see when the object >will be called but not when it will be destroyed. Must i call the destroy subroutine >explicitly?
The application object is only destroyed when the childs dies, the request object is destroyed after every request, so per request data should be stored in the request object and data which needs to persists requests (like config data) should be stored in the application object. Gerald --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
