Geoff wrote:
>>Application maintains a list of shutdown handlers, so if you call addShutDownHandler multiple times each of the functions will get called, in the order that you called addShutDownHandler.<< Come to think of it, it might actually be useful to have the counterpart of this (start up handlers) so that we can add functions for auto execution at server startup. This would certainly be helpful for kicking off background tasks, opening up db global connection pools, etc. ...Edmund. _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
