22 Oct
2003
22 Oct
'03
7:16 p.m.
Jakub Wisniowski wrote at 2003-10-22 12:43 +0200:
I'm experiencing some problems with my Zope. It is Zope 2.6.0 sitting on RedHat and connected to Oracle DB via DCOracle. The problem is that sometimes Zope hangs.
There are tens of users in my app, and there are also some long lasting db queries, so I have total number of zope threads set to 15 and zodb cache poool size set to 25. But there is no rule (I can't find any rule) for hanging like heavy load or sth - it just happens.
I would use a debugger ("gdb 5.3" or better) and see what the Zope threads wait for... The HowTo about analysing a spinning Zope (--> Zope.org) may help you. Dieter