[Zope] Re: MaildropHost:what is transitional email
Tres Seaver
tseaver at palladion.com
Sat Jul 2 12:34:57 EDT 2005
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
robert rottermann wrote:
> what is a transaction in the context of MaildropHost.
> How does it affekt an email?
The "transaction" here is the normal Zope / ZODB transaction, which
ensures that writes to the ZODB (and any transaction-aware RDBMS) are
aborted if the request raises an exception. The "transaction-aware"
feature of MaildropHost is that it holds off sending the e-mail until
the transaction is committed, which ensures that you don't get a
premature e-mail (in the case that the transaction is aborted), or a
repeated one (if the request is retried due to ConflictError).
Tres.
- --
===================================================================
Tres Seaver +1 202-558-7113 tseaver at palladion.com
Palladion Software "Excellence by Design" http://palladion.com
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.5 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFCxsIx+gerLs4ltQ4RAtvLAJ9yEe2a9UJU6SZxhVr78Oq9K56RTACguWB2
6A3bBK+9gNONGrXIwTIT54s=
=85Om
-----END PGP SIGNATURE-----
More information about the Zope
mailing list