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

Jeff Rush jrush@taupro.com
Tue, 19 Nov 2002 13:18:03 -0600


I presume you're using the _canonical_ path for the key and
not the arg passed into the FileStorage() constructor,
for those of us using paths relative to $INSTANCE_HOME?

"Barry A. Warsaw" wrote:
> 
> And since storages have file locks that (should) prevent multiple
> opens of the same database, the path to the storage should be unique
> enough for sortKeys().  That's what FS uses and it's what Berkeley
> will use.