On Sat, 2002-10-26 at 12:14, Edmund Lian wrote:

> Is there a way to resolve this problem automatically, or will I have to
> register a shutdownhandler to explicitly delete the global pool instance?

Just as a follow up, I did try to register a clean up function with atexit,
but this doesn't work. And, since the module isn't a part of any context, I
don't see how I'd import and use Application.addShutdownHandler.


On 10/26/2002 01:39:04 PM Jason Hildebrand wrote:

>Hmmm... I suspect your problem would be fixed if the file descriptors
>representing your database connections had the close-on-exec flag set
>(man fcntl for details).
>
>It would be nice if the autoreload code could set all file descriptors
>to close-on-exec before restarting, but I don't know if there's a way to
>get a list of all open file descriptors.  Anyone?

Nuts, this is beyond my understanding of the situation...

...Edmund.



-------------------------------------------------------
This SF.net email is sponsored by: ApacheCon, November 18-21 in
Las Vegas (supported by COMDEX), the only Apache event to be
fully supported by the ASF. http://www.apachecon.com
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to