Hi Neil, Durus looks interesting. Do you have any background on why you went with a custom solution for object persistence over ZEO/ZODB? I'm assuming speed and/or a simpler interface? Also if anyone's interested I jotted down some notes a few months ago as I tried to wrap my head around the different object persistence methods available in python today. Not sure if I got it all right so I welcome feedback. http://www.charlesbrandt.com/persistent_data_objects_in_python.html -Charles. ----- Original Message ----- From: "Neil Schemenauer"To: ; Sent: Friday, July 23, 2004 4:08 PM Subject: [Quixote-users] [ANNOUNCE] Durus object database > I am happy to announce the first public release of the Durus > object database. Durus offers an easy way to maintain a consistent > persistent collection of Python object instances used by one or more > processes. For more information, see the web site: > > http://www.mems-exchange.org/software/durus/ > > Although this release is numbered 0.1, we believe Durus is stable > and reliable. We have been using it seriously for a some months now. > Please give it a try and let us know what you think. > > Note that Durus does not support multi-threaded database access. If > that is a requirement for your application, we recommend using the > Zope Object Database (ZODB) instead. > _______________________________________________ > Quixote-users mailing list > Quixote-users@mems-exchange.org > http://mail.mems-exchange.org/mailman/listinfo/quixote-users >