Lukasz Szybalski schrieb: > On Feb 11, 2008 10:53 AM, Chris Arndt <[EMAIL PROTECTED]> wrote: >> Here are some example init scripts from the documentation: >> >> http://docs.turbogears.org/1.0/RoughDocs/InitScripts > > What is the advantage of using init script vs using apache and > mod_wsgi with turbogears app?
You could use this if you wanted to run your TG app stand-alone (possibly several instances) behind a reverse proxy/load balancer. > If you run the tg app with apache,mod_wsgi you don't need a supervisor > since apache handles that. But there's more to supervisor than just starting/stopping your app. For example you can monitor/control your apps remotely and you can give permission to control some apps to other persons without the need to give them a shell account. And it captures stdout of your app and rotates the resulting log files. Also, I don't use Apache. Chris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

