[ZODB-Dev] ZEO pack

Chris Withers chrisw@nipltd.com
Wed, 26 Sep 2001 15:12:50 +0100


Jeremy Hylton wrote:
> 
> The pack() method on a ClientStorage has an optional argument wait.
> If you call pack(wait=1), it should block until the pack is completed.

Urm, small question though...

I currently have:
app.Control_Panel.Database.manage_pack()

What do I replace that with to get teh above functionality?

cheers,

Chris