[Zope] Re: [Zope-dev] limit to number of operations in a transaction?
Dieter Maurer
dieter@handshake.de
Sun, 25 Aug 2002 21:31:26 +0200
Response redirected to <mailto:zope@zope.org> which is more appropriate.
Christopher N. Deckard writes:
> ...
> Is it known that large numbers of operations, such as above, in a
> single transaction can cause problems? A transaction, of course,
> being a request, and an operation being something like
> manage_addProduct.
It is known. Search the list archive for "get_transaction().commit()".
Dieter