Quoting Bernhard Graf <[EMAIL PROTECTED]>:
> On Thursday 16 August 2007 10:40, Tobias Kremer wrote:
> > We're using lighttpd and handle the starting of the FCGI server
> > manually. Is there a way to have the FCGI children restart once in a
> > while without having to restart the whole FCGI process manager (and
> > bringing down the application for a few seconds)? Something like
> > Apache's MaxRequestsPerChild directive would be cool.
>
> I use daemontools similar to
> http://www.catalystframework.org/calendar/2006/4 .

Thanks! I'll take a look at it.

For now I'm gonna try running two independent FastCGI process managers and
restart them on different hours via a cronjob so that one of them will always
be available to lighttpd. Other solutions are still welcome! :)

--Tobias

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to