Hamzat Kamal writes:
I notice of recent that my zope server performance become slower than necessary. When I check the error log msg this is what is their. Can these error msg be the cause of the problem? They do not make your Zope slower.
Nov 4 05:36:18 web start: POSKeyError: 0000000000001e6e
This seems to be an inconsistency in your ZODB. It means, some object references a differenz one with the given "PosKey", but there is no such object. It should not happen, but apparently it happens sometimes. I would try "fsrecover" at your place. I am not sure, whether it will fix the problem -- probably it will not. When it does, it would remove the object with the dangling reference.
...: ------ Nov 4 05:51:55 web start: 2002-11-04T13:51:55 ERROR(200) ZServer uncaptured pyt hon exception, closing channel <ZServer.HTTPServer.zhttp_channel connected 64.11 0.76.183:2540 at 0x9c0c51c channel#: 35233 requests:> (socket.error:(110, 'Conne ction timed out') This one is fairly harmless.
One of your clients did not take back the results produced by Zope. After a while, the connection was closed to the TCP-Timeout. Dieter