[Zope] get_transaction().commit() exceptions

Dieter Maurer dieter at handshake.de
Thu Sep 2 17:22:12 EDT 2004


Tim Edwards wrote at 2004-9-2 08:20 +0800:
> ...
>Is it a good idea to try and catch this exception? If so what should we do
>with it? will catching it stop the mail-checking thread from dying?

The normal treatment:

  Catch the error, abort the transaction, retry the operation.

-- 
Dieter


More information about the Zope mailing list