[ZODB-Dev] Re: BTrees strangeness (was [Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please)

Dieter Maurer dieter at handshake.de
Fri Mar 12 14:10:27 EST 2004


Chris McDonough wrote at 2004-3-11 23:56 -0500:
>On Thu, 2004-03-11 at 07:29, Toby Dickenson wrote:
>
>> I have applications that send emails in error handlers. MailHost isnt 
>> transactional today, but Ive always wanted it to be.
>
>I suppose that's true.  If someone else doesn't do it first, during the
>bug day we'll try to support this use case, then, unless it turns out to
>be very problematic.

I would abort the transaction after error handling.

If someone needs a commit, he can call "get_transaction().commit()"
himself.

-- 
Dieter



More information about the Zope-Dev mailing list