Package: python2.2-mysqldb
Version: 1.1.6-1.2
Followup-For: Bug #306906

The Python binding for MySQL has a bug that causes it to "forget" connections.
The connections are neither in use nor are they closed properly. Instead, new 
connections are created for subsequent queries (which are then lost in turn)

So, if you have any long-running Python process using Mysql queries, it will
real soon hit the Mysql server connection limit, rendering the server unusable
because it will refuse further connection attempts.


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to