On Tue, May 15, 2007 at 12:56:53AM -0700, voltron wrote: > I have taken the advice from this forum and have installed nginx as a > proxy to the paster server. this works well, but I´m really, really > worried about using the Paster server in a production site, for > example, when testing a Mako template, the server just died. Are there > tips out there to ensure stability? Or at least to make sure that all > types of errors are handled gracefully?
I can't comment on how to make Paste handle internal error less evily but http://docs.pythonweb.org/display/pylonscookbook/Pylons+deployment+with+daemontools explains how to at least restart the daemon if it dies. Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
