[ZODB-Dev] Possible contributions to ZODB

Julien Anguenot ja at nuxeo.com
Mon Jan 30 13:38:38 EST 2006


Gary Poster wrote:
> I have some code that might be worth putting into ZODB.
> 
> There are three bits.
> 
> - Two flavors of persistent queue.  Both have a conflict resolution
> policy to be about as lenient as I could make it.  They don't expect to
> ever hold multiple instances of equivalent values at the same time.  One
> flavor puts all of the contents in a single data structure, while the
> other divides it up into smaller persistent objects, a la
> BTree/Buckets.  These might go in the persistent package, but tests
> require ZODB, so I'm not sure.  See
> http://svn.zope.org/Sandbox/poster/zope.zasync/queue.py?view=auto
> and
> http://svn.zope.org/Sandbox/poster/zope.zasync/queue.txt?view=auto
> 

Yes definitely +1 for this. We have a real need here for this,
especially with zasync, as you already know. We actually are maintaining
our own persistent queue that we re using with zasync for couple of
weeks now on production site.

[...]

> - Hacked version of MappingStorage (barely) appropriate for testing
> conflict resolution code.  It might go in ZODB/tests/utils.  I'd need
> something like it to include the persistent queue tests.  See
> http://svn.zope.org/Sandbox/poster/zope.zasync/tests.py?view=auto
> 

+1 as well for this.

	J.

-- 
Julien Anguenot | Nuxeo R&D (Paris, France)
CPS Platform : http://www.cps-project.org
Zope3 / ECM   : http://www.z3lab.org
mail: anguenot at nuxeo.com; tel: +33 (0) 6 72 57 57 66

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 252 bytes
Desc: OpenPGP digital signature
Url : http://mail.zope.org/pipermail/zodb-dev/attachments/20060130/0bf1699f/signature.bin


More information about the ZODB-Dev mailing list