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 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: 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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

