[ZODB-Dev] Open Connections with RelStorage

Shane Hathaway shane at hathawaymix.org
Thu Oct 23 14:30:52 EDT 2008


Santi Camps wrote:
> I've 8 zope's with 4 threads each one, and I've seen more than 50 open
> connections used by relstorage.   I was hopping one connection per
> thread, like postgressql adapters does.  The number of connections of
> relstorage doesn't depend of number of zope threads ?.

RelStorage opens 2 connections per thread: one for reading, one for writing.

Shane



More information about the ZODB-Dev mailing list