[Spambayes] ZODB simultaneous read-write is okay, right?

skip at pobox.com skip at pobox.com
Mon May 8 03:17:03 CEST 2006


    Tim> If you're not using ZEO, only one process can open the database
    Tim> with write access, and all other processes must ask for read-only
    Tim> connections; e.g.,

    Tim>     st = FileStorage('Data.fs', read_only=True)

Thanks.  I'll have to check into that.  I don't know if SpamBayes' Storage
class distinguishes between the different ways to tools access the database.

Skip


More information about the SpamBayes mailing list