[Zope-dev] Sessions and Zope Transactions in standard_error_message

2004-03-10 Thread Chris Withers
michael wrote: My *guess* is that this error happens when a ZODB conflict error is thrown from Transience while rendering standard_error_message. Oh, riiight. Hmmm, is Zope's handling of transactions in standard_error_message still as fubar'ed as it was? cheers, Chris -- Simplistix -

[Zope] transactions howto released

2000-10-18 Thread Chris McDonough
Hi. There's a short howto describing the semantics of ZODB transactions at http://www.zope.org/Members/mcdonc/HowTos/transaction. Enjoy! ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML

[Zope] Transactions

2000-08-09 Thread Kapil Thangavelu
quick question. Is there a way to turn off transactions for a given python operation? Kapil ___ Zope maillist - [EMAIL PROTECTED] http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists -

Re: [Zope] Transactions

2000-08-09 Thread Kapil Thangavelu
Let me a bit more specific. i'm developing a python product which does some fairly intensive list processing over a long list and adds stuff to the zodb based on that. If it bombs somewhere in the middle of the processing i don't want the whole transaction rolled back. i'm doing my own data