[ZODB-Dev] ZEO pack
Chris Withers
chrisw@nipltd.com
Wed, 26 Sep 2001 09:32:52 +0100
Hi,
Am I right in observing that when you do, for example, a manage_pack from a ZEO
client, this is a non-blocking operation that returns prettymuch
instantaneously?
How does the process work?
Is there any way I can _make_ the above block? I'm basically doing mass indexing
from a ZEO client and I'm concerned that, despite the fact I've built in a pack
every 5000 records, it's not actually happening until all 40,000 are done.
Any ideas?
cheers,
Chris