Until today, if you used mod_python to server your CherryPy or
Turbogears app, there was no guarantee that cherrypy.server.stop was
called when Apache exited. If you had any functions registered in
cherrypy.server.on_stop_server_list, they would never be called.

I'm happy to tell you that both modpython_gateway and mpcp now support
calling cherrypy.server.stop. Upgrade now!



http://projects.amor.org/misc/wiki/ModPythonGateway:

Add the following to your Apache config:

CherryPy 2.2:

    PythonOption wsgi.cleanup cherrypy::server.stop

CherryPy 3.0:

    PythonOption wsgi.cleanup cherrypy::engine.stop



http://cheeseshop.python.org/pypi/mpcp/1.5:

Support is built in by default.


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

Reply via email to