On 8/28/07, caffecoder <[EMAIL PROTECTED]> wrote:
> sqlalchemy.exceptions.DBAPIError: (Connection failed)
> (OperationalError) FATAL: sorry, too many clients already

I've been getting a similar but not identical error after upgrading to
SQLAlchemy 0.4, and somebody else on the list also mentioned this
recently.  I don't have the traceback but it was  the error for
exceeding the 'max_overflow' number of connections.

I worked around it by setting the 'max_overflow' engine option from 10
to 30.  I haven't tried the 'threadlocal' pooling strategy, which is
supposed to minimize the number of connections per thread.

-- 
Mike Orr <[EMAIL PROTECTED]>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to