Hello, in ZODB.DB, I saw this:<br><br>There&#39;s no limit on the number of connections this can keep track of,<br>but a warning is logged if there are more than pool_size active<br>connections, and a critical problem if more than twice pool_size.<br>
<br>I think it mean that the number of connections should be less than pool_size, isn`t is? but when I <br>use ZODB, it often has number of active connections more than pool_size, is that right? I want to<br>know why the default pool_size is set to 8, I think it is so little, because I often have active connections<br>
much more than 8<br>