Hello! Some components of my application require accurate de-initialization to avoid resource leaks. I using Catalyst which running under FastCGI(ProcManager) and looking for possibility get notification that application is restarting or shutting down to perform specific cleanup actions. Seems to me ProcManager have required callbacks to notify application about events(e.g. pm_die) but is it possible to subscribe on such events without serious Catalyst hacking?
Serg Gulko
_______________________________________________ List: [email protected] Listinfo: http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/catalyst Searchable archive: http://www.mail-archive.com/[email protected]/ Dev site: http://dev.catalyst.perl.org/
