On 3/16/07, fumanchu <[EMAIL PROTECTED]> wrote: > > > On Mar 16, 8:04 am, "David Konerding" <[EMAIL PROTECTED]> wrote: > > Also, when I start the twistd application it looks like > > the startup script is actually being sourced twice! > > Something in the cherrypy.server.start thing seems > > to be relaunching the Python executable. > > In CherryPy 2, that would be the 'autoreload' module. Turn it off by > setting either of the following config entries: > > server.environment = "production" > autoreload.on = False
That's a good idea, but it doesn't seem to work. When I add the following to my cfg, server.environment="production" autoreload.on=False autoreload.package="" The environment changes to production but it still starts a second python executable. Dave --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

