[ZODB-Dev] Re: BTrees strangeness (was [Zope-dev] Zope 2.X BIG Session problems - blocker - our site dies - need help of experience Zope developer, please)

Jeremy Hylton jeremy at zope.com
Wed Mar 3 17:16:19 EST 2004


On Wed, 2004-03-03 at 16:06, Chris McDonough wrote:
> On Wed, 2004-03-03 at 15:50, Jeremy Hylton wrote:
> > That's an interesting thought.  We have a lot of stress tests for
> > concurrent BTrees updates using ZEO and perhaps using just a storage.  I
> > wonder how ugly it would be to adapt some of them to run with a
> > TemporaryStorage.
> 
> If you can point me to where they live, I can give it a shot...

The tests I'm thinking of live in ZEO/tests/InvalidationTests.py. 
They're specifically written to test against multiple DBs opened against
multiple ClientStorages.  But they could be revised to use a single DB
and multiple connections.

Jeremy





More information about the ZODB-Dev mailing list