[ZODB-Dev] Packless, Mountable FileStorage?

Chris Withers chrisw@nipltd.com
Sat, 11 Aug 2001 09:16:25 +0100


> Here's an off-the-wall suggestion: Can you export the Data.fs into a
> Packless bsddb3Storage?  Then export it back to a FileStorage?

Good plan :-)

I'll try that next time I need to do it. In the end I just binned the
Data.fs and reimported the necessaries.

BTW, has anyone made a packless FileStorage? I'm thinking about making a
portal_mail tool for the CMF that would store messages to be sent and then
send them from another process so you don't get a really long wait if
viewing a page results in mail messages being sent to lots of people.

This would need a storage for the messages (probably mounted like the CST's
internal data container) that was packless since it'd be a holding bay in
the situation I'm thinking of could easily have to handle several hundred
mails a day.

cheers,

Chris