3 May
2001
3 May
'01
5:57 p.m.
Hi,
most problems with hanging zope come from external RDBMS-access.
Lots do, but lots don't...
You wont see anything useful in the logs because there are some objects published before the *sql-method is hanging.
If you see a request come into ZServer, and you see the request go into ZPublisher from ZServer, but ZPublisher never returns any data to ZServer, that's an indication that something is wrong. A SQL method hanging would look like this, it's the same thing as any other Zope component hanging. The "big-M" log is your friend, even in this case. As a matter of fact, it's *especially* your friend in this case because it will be patterned against one or a few methods, which is an easy problem to track down.