[egenix-users] too many connections open

M.-A. Lemburg mal at egenix.com
Tue Mar 29 22:30:20 CEST 2005


Tim Morgan wrote:
> I'm getting the following error on one or more of my connection objects:
>  
>  too many connection pools open, try closing a few connections 
>  
> If I restart Zope, I can get the connection to open, but I end up with a
> different connection object being closed somewhere else. Is there a hard
> limit to the number of Database Connections we can have at a time?

There are two limits: You can have up to 20 connection pools
with up to 50 connections each. Both values can be adjusted,
though, if needed.

Do you have more than 20 connection object open at the same
time ?

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Mar 29 2005)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::



More information about the egenix-users mailing list