The monitor script I presented is infinetly preferable to the cron-job approach. Like I mentioned, I think the asynchronuos model for monitoring is better and cleaner (that is, using a SIGCHLD event, instead of continuous checking if a process is still alive).
On Dec 29, 6:59 am, "Dalius Dobravolskas" <[email protected]> wrote: > On Mon, Dec 29, 2008 at 12:36 AM, Tycon <[email protected]> wrote: > > > For people running the web app using paster http server (usually > > behind a web server acting > > as a reverse proxy), what kind of tool do you use to monitor your app > > server (e.g. paster) ? > > Check this solution as > well:http://wiki.pylonshq.com/display/pylonscookbook/Scripts+for+paster+serve > > -- > Daliushttp://blog.sandbox.lt --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
