FYI: When I removed sqlalchemy from the codebase, the
mysterious
application exists stopped happening.
Vineet
On May 30, 10:12 am, pytrade <vinjv... gmail.com> wrote:
> I have the following code which startup my cherrpy
application. After
> I've started using sql alchemy I've noticed that my
cherrpy every
> couple of days just exits. Without printing out a
system.exit. Has
> anyone noticed an exit with their cherrypy application
servers?
>
> Vineet
>
> try:
> cherrypy.tree.mount(root)
> cherrypy.config.update(conf)
> cherrypy.server.quickstart()
> if blocking:
> cherrypy.engine.start()
> else:
> cherrypy.engine.start(blocking=blocking)
> except:
> print format_exc()
> logging.exception(format_exc())
> logging.exception("Login:: cherrypy was
not ready trying to
> restart it")
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the
Google Groups "cherrypy-users" group.
To post to this group, send email to cherrypy-users googlegroups.com
To unsubscribe from this group, send email to
cherrypy-users-unsubscribe googlegroups.com
For more options, visit this group at h
ttp://groups.google.com/group/cherrypy-users?hl=en
-~----------~----~----~----~------~----~------~--~---
|