On Feb 9, 2006, at 5:31 AM, mario ruggier wrote: > > On Feb 8, 2006, at 1:56 PM, Jeff Bauer wrote: > >> I like the simplicity of Durus compared to ZODB, but want >> to use it as a backend to a multithreaded CherryPy application. >> Would it be better/safer to use ZODB, or could this work >> with Durus ClientStorage? > > Never played with it in multi-threads... but if i understand > correctly a client connection for each thread should work. Right. I think the rule about using multi-threaded clients is the same in Durus as in ZODB. Just don't let any thread use more than one Connection.