Hello, in ZODB.DB, I saw this:

There's no limit on the number of connections this can keep track of,
but a warning is logged if there are more than pool_size active
connections, and a critical problem if more than twice pool_size.

I think it mean that the number of connections should be less than
pool_size, isn`t is? but when I
use ZODB, it often has number of active connections more than pool_size, is
that right? I want to
know why the default pool_size is set to 8, I think it is so little, because
I often have active connections
much more than 8
_______________________________________________
For more information about ZODB, see the ZODB Wiki:
http://www.zope.org/Wikis/ZODB/

ZODB-Dev mailing list  -  ZODB-Dev@zope.org
https://mail.zope.org/mailman/listinfo/zodb-dev

Reply via email to