[Zope-Coders] Status of QueueCatalog?
Shane Hathaway
shane@zope.com
Tue, 26 Nov 2002 13:29:49 -0500
Andreas Jung wrote:
> Can someone give a short note on the status of QueueCatalog? Is it
> ready for production?
Well, it's *in* production. :-) One lesson we learned, though, is that
you have to think about the number of buckets you need. The default is
1009, and they all have to be loaded into memory to flush or examine the
queue. This was a big burden until we reduced it to 7 buckets. No
problems since.
Shane