[Zope] ARGH !! SQLSession!

Paul Zwarts paz@oratrix.com
Tue, 22 May 2001 17:12:12 +0200


Help me PLEAAASE!

I am using the SQLsession product to use environment settings that are
invisible to the user and sensitive to the session.

Every so often without fail I get a KeyError about a session parameter. It
DOES EXIST! Im not sure what to do to look into it. I've used SQLSession
reliably in the past and Im confused where to look for the fault.

I have a feeling that the PoPy201 adapter isnt working properly (I get hangs
several times a day needing a restart), but I dont see how this would affect
SQLsession at work. Is it possible that a hung thread in PoPy is
dissallowing SQLSession from doing its SELECT statement causing it to return
an error?

Paz