Plone ERROR ZServer未捕获的python异常

Plone ERROR ZServer未捕获的python异常

下午,我在 SLES 10 上运行 Plone 2.5.3。使用单独的 Apache 服务器(192.168.6.80)使用 mod rewrite 来访问 Plone。

最近页面加载速度很慢。我检查了 ZOPE events.log,发现有很多:

2011-02-09T13:20:18 ERROR ZServer uncaptured python exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 192.168.6.80:42815 at 0x2aaaacaf97a0 channel#: 349 requests:> (socket.error:(104, 'Connection reset by peer') [/opt/Plone-2.5.3/Python-2.4.4/lib/python2.4/asynchat.py|initiate_send|219] [/opt/Plone-2.5.3/lib/python/ZServer/medusa/http_server.py|send|417] [/opt/Plone-2.5.3/Python-2.4.4/lib/python2.4/asyncore.py|send|332])

我发现一篇帖子说这个错误只是由于用户在请求完成之前离开页面而导致的,有人能确认这是正常的 Zope 行为吗?也许我只需要降低日志级别?

干杯,

內森。

答案1

这确实是正常行为,错误确实是由于过早关闭套接字(在请求完全读取或响应完全发送之前)引起的。

相关内容