Re: [Zope-dev] zc.async versus Zope 2 SIGTERM

2012-03-01 Thread Hanno Schlichting
On Thu, Mar 1, 2012 at 1:42 PM, Vincent Fretin wrote: > Did you look how http://pypi.python.org/pypi/plone.app.async have done the > integration with Zope2? IIRC we (Jarn) ran into the same problem when running p.a.async. Our "solution" was to switch to using SIGINT for process shutdown. We used

Re: [Zope-dev] zc.async versus Zope 2 SIGTERM

2012-03-01 Thread Vincent Fretin
Hi, Did you look how http://pypi.python.org/pypi/plone.app.async have done the integration with Zope2? Vincent Fretin Ecreall Site : http://vincentfretin.ecreall.com On Thu, Mar 1, 2012 at 12:19 PM, Christian Theune wrote: > Hi, > > zc.async's shutdown mechanism doesn't really work with Zope

[Zope-dev] zc.async versus Zope 2 SIGTERM

2012-03-01 Thread Christian Theune
Hi, zc.async's shutdown mechanism doesn't really work with Zope 2's SIGTERM handling: in my case it causes the Async's threaded dispatcher to die in the middle of something: Exception in thread Thread-1 (most likely raised during interpreter shutdown): Traceback (most recent call last): F