[ZODB-Dev] design issue: job queue is concurrency bottleneck
    John Belmonte 
    john at neggie.net
       
    Thu Mar  4 10:14:04 EST 2004
    
    
  
Steve Alexander wrote:
> Write your own Queue class that derives from Persistent and implements 
> conflict resolution.  This will be more or less successful depending on 
> how few or many operations you allow on your queue.
I'm considering that, but as I use BTree features such as efficient 
random insertion and ranged access, I'm faced with building a better 
BTree, and I don't think I want to go there :-).
-John
-- 
http:// if  ile.org/
    
    
More information about the ZODB-Dev
mailing list