what questions do you have? All I can think to say right now is
look at Catalyst::Engine::HTTP::Prefork and work from thereā¦
I'm curious if anyone's implemented a zero downtime restart system
(the likes of which FastCGI gives you for free) or if it already
exists somehow. Currently we just ^C and restart, which I guess is a
bit lame.
The restart_graceful and pidfile options would go most of the way,
presumably?
Paul
I wrote an init.d script for debian based systems which heavily based
on the init script for fastcgi.
Check it out at http://dev.catalystframework.org/wiki/deployment/init-http-prefork
.
Cheers
moritz
_______________________________________________
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/