[Zope] any known bugs wrt transactions never being committed?

Chris McDonough chrism@digicool.com
Tue, 10 Apr 2001 17:49:27 -0400


Randall,

Mounted databases coopt the connection machinery.  I know you're using
one... can you replicate the behavior without one?  Can you replicate the
behavior reliably in any case?


----- Original Message -----
From: "Randall F. Kern" <randy@spoke.net>
To: <zope@zope.org>
Sent: Tuesday, April 10, 2001 5:14 PM
Subject: [Zope] any known bugs wrt transactions never being committed?


In particular, I'm running Zope 2.3.1 and PostgreSQL 7.1b4, (tried both
PoPy and ZPsycopg).

The (very annoying!) problem I'm having is the postgres backend is
blocking on a transaction that should have already been committed (but
wasn't).

It seems that a transaction from an earlier request is not being aborted
or committed, but rather just left hanging.  There are no hung requests,
i.e. every page we request we get back in the browser.

Any ideas?  Thanks!
-Randy

_______________________________________________
Zope maillist  -  Zope@zope.org
http://lists.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists -
 http://lists.zope.org/mailman/listinfo/zope-announce
 http://lists.zope.org/mailman/listinfo/zope-dev )