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

后端 未结 2 1484
被撕碎了的回忆
被撕碎了的回忆 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:45

    Although the @maurits answer is right (and the simplest ones) sometimes I had issues seeing the traceback resulting from the kill command: sometimes is found on the event log, sometimes on the shell.

    I prefer the integration of the buildout with haufe.requestmonitoring, configuring also the monitor long running requests feature. You will see the deadlocked traceback in your event log and also you activate a tool for monitoring low performance on your Plone.

提交回复
热议问题