[Zope3-Users] long lasting transactions
Andreas Jung
lists at andreas-jung.com
Thu Dec 15 03:45:07 EST 2005
--On 15. Dezember 2005 08:57:17 +0100 Sven Schomaker
<Sven.Schomaker at linie-m.de> wrote:
> Hello all,
>
> I need a way to keep a transaction active over several
> requests and commit it manually afterwords. Currently
> the object publisher (or whatever responsible for that)
> commits a transaction
>
One request = one transaction. I think there is no way to get around (this
limitation from your point of view). You should store your data in a
session and perform the necessary actions at the end of the last step.
-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope3-users/attachments/20051215/7fbc0309/attachment.bin
More information about the Zope3-users
mailing list