bsddb3 vs zodb

Skip Montanaro skip at pobox.com
Thu Sep 20 22:16:08 EDT 2001


    >> But I've other processes (not deamon) that will read and write into
    >> the same DB.

    Peter> I'm pretty sure a single ZODB FileStorage can only be used from
    Peter> within a single Python program, unless you run Zope itself and
    Peter> perform all database accesses using one of the defined protocols
    Peter> such as HTTP or FTP, or maybe use SOAP or XML-RPC.

Yes, but I think that is what ZEO does for you.  It provides a ClientStorage
object that communicates over a network.

-- 
Skip Montanaro (skip at pobox.com)
http://www.mojam.com/
http://www.musi-cal.com/




More information about the Python-list mailing list