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


Robert Brewer
System Architect
Amor Ministries
[EMAIL PROTECTED]


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

Reply via email to