Matt Wilson schrieb: >> I know what the problem is -- the start-myapp script forks itself, so >> I have two start-myapp processes running. But supervisor only knows >> about the one it started. So when I try to restart my server through >> supervisor, supervisor correctly stops the parent process, but the >> child remains. > > When I changed the server.environment setting from "development" to > "production", now I don't see that second child process and everything > works fine.
I guess the second process is the auto reloader then. You really should not use the development config on the production server. > Is there any page that documents the purpose and effects of all the > configuration settings? http://docs.turbogears.org/1.0/Configuration Maybe not *all* settings, but the most important ones are there. -- Christoph --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

