On Tue, Sep 8, 2009 at 6:10 PM, Chris Withers<ch...@simplistix.co.uk> wrote:
> Jim Fulton wrote:
>>
>> The changes from ZODB 3.8:
>>
>>  http://pypi.python.org/pypi/ZODB3/3.9.0#id1
>
> There are some typos in this list:
>
> - should probably be `with` when describing the with statement

I don't know what you mean.

>
> - "If control exists the block" I'm guessing should be "If control exits the
> block"

Noted.

>
> - effecient -> efficient

Noted.

>
> Questions:
>
> - when using `with` blocks and a ConflictError is raised, what happens?

The transaction is aborted.

...

> - if using cache-size-bytes, is the parameter that limits the number of
> objects by number ignored?

No.

> - where can I find out more about invalidation-age?

src/ZEO/tests/invalidation-age.txt

Jim

-- 
Jim Fulton
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

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

Reply via email to