On Thu, Mar 1, 2012 at 1:42 PM, Vincent Fretin <vincent.fre...@gmail.com> 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
supervisor, so for each Zope process section we added stopsignal=INT

But on unexpected process or server restarts, we still had stuck
workers once in a while. We never had the time to investigate, so just
handled those manually.

Hanno
_______________________________________________
Zope-Dev maillist  -  Zope-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zope-dev
**  No cross posts or HTML encoding!  **
(Related lists -
 https://mail.zope.org/mailman/listinfo/zope-announce
 https://mail.zope.org/mailman/listinfo/zope )

Reply via email to