Hi,
I keep getting The error: "DBAPIError: (Connection failed)
(OperationalError) (1040, 'Too many connections')".

At no time do I really need more than a few connections so I am doing
something basically wrong.
>From reading the doc I concluded that pooling in the simple cases is
automatic. I must have misunderstood.

Questions:
1) What is the suggested method to debug such a problem? E.g. retrieve
the number of open connections.
2) When is a connection closed? For that matter , when is it open and
when taken from the pool?

TIA


--~--~---------~--~----~------------~-------~--~----~
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