[ZODB-Dev] deadlock prevention for ZODB3 / Zope 2.6

Guido van Rossum guido@python.org
Tue, 19 Nov 2002 12:26:55 -0500


> The sortKeys only have to be valid over the course of one transaction, 
> right?

I don't think so -- two different clients doing different things must
aqcuire the locks in the same order, so the sort order must be
global.  Making the keys global is the easiest way to do that.

--Guido van Rossum (home page: http://www.python.org/~guido/)