What's the modern way to solve Plone deadlock issues?

后端 未结 2 1466
被撕碎了的回忆
被撕碎了的回忆 2021-01-22 18:22

I currently have a Plone 4.3.8 site where editing a portlet causes a deadlock.

I\'m trying to find tools to fix this, but most deadlock tools don\'t work & I\'m not

2条回答
  •  余生分开走
    2021-01-22 18:51

    You say that using the USR1 signal shuts down Zope when using Products.signalstack. But no special packages should be necessary, so I wonder if adding signalstack has this side effect of shutting down Zope.

    At least for me, a few weeks ago, this worked fine on a Plone 4.3.something site:

    kill -USR1 $(cat var/zeoclient.pid)
    

提交回复
热议问题