On Thu, Jul 31, 2008 at 11:37 AM, Chris Withers <[EMAIL PROTECTED]> wrote:
> However, I suspect the difference-that-makes-a-difference is the persistent
> cache files. With non-persistent cache files, iirc, the files are stored in
> /tmp as temp files under unique names, so this kind of problem can't happen.

As Jens noted, this is because you're sharing a cache file.  That's
one of those "don't do that" things.

It's often useful to have a separate instance that's used for run
scripts and debugging; configuring that not to use a persistent cache
is easy, and essential if you want to be able to run any number of
them at a time.


 -Fred

-- 
Fred L. Drake, Jr. <fdrake at gmail.com>
"Chaos is the score upon which reality is written." --Henry Miller
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
http://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to