On Feb 11, 2008 10:53 AM, Chris Arndt <[EMAIL PROTECTED]> wrote: > > You mean, you want to run your TG app in the background. > > 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? > Here's documentation how to run a TG app as a windows service: > > http://docs.turbogears.org/1.0/WindowsService > > > But a superior solution on Unix, IMHO, is to use "supervisor2" (http:// > supervisord.org/) because it will handle automatic restarts and remote > control and doesn't need root priviledges. You can find some blog > articles how to set this up here: > If you run the tg app with apache,mod_wsgi you don't need a supervisor since apache handles that. > http://paddyland.serveblog.net/article/12 and > http://paddyland.serveblog.net/article/13 > > and there was another article here: > > http://thraxil.org/users/anders/posts/2006/09/13/TurboGears-Deployment-with-supervisord-and-workingenv-py > > but it seems to down atm. > > HTH, Chris > > > > > -- Vehicle Information Number. Check for Authentic VIN http://lucasmanual.com/vin TurboGears Documentation: http://www.lucasmanual.com/mywiki/TurboGears --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

