[ZODB-Dev] Threads, ZODB,
and how to install ZODB without distutils
Gary Poster
gary at zope.com
Mon Feb 12 09:28:49 EST 2007
On Feb 11, 2007, at 7:29 PM, Manuel Vazquez Acosta wrote:
> My scenario is akin a consumer-producer with shared buffer.
> Consumers pull items from the buffer whilst producers put items in
> the buffer. The buffer is an OOBTree along with an IOBTree which
> gives "serial" numbers to the keys of the OOBTree.
I'm not sure if this is a match, but if you follow Chris' suggestions
(which I recommend generally) then you might want to look at
zc.queue: http://cheeseshop.python.org/pypi/zc.queue/ .
Gary
More information about the ZODB-Dev
mailing list