I´m using a django application and I´ve got several server stucks. When the load hit higher levels, my django application starts to raise exceptions telling (1040, 'Too many connections') and my server goes down. Talking to django guys, it seems my mysqldb version is buggy, they reported problems with garbage colletion.
I get the site/project on the middle, they use MySQLdb-1.2.1_p2 - it seems newer versions of MySQLdb have problems with unicode (or my code have problems with MySQLdb and unicode :-P). Is this a known problem? Is MySQLdb-1.2.1_p2 buggy? I will upgrade mysqldb version to the last one (1.2.2), is this version bug aware?
Thanks about any help!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi guys!
I´m using a django application and I´ve got several server stucks. When the load hit higher levels, my django application starts to raise exceptions telling (1040, 'Too many connections') and my server goes down. Talking to django guys, it seems my mysqldb version is buggy, they reported problems with garbage colletion.
I get the site/project on the middle, they use MySQLdb-1.2.1_p2 - it seems newer versions of MySQLdb have problems with unicode (or my code have problems with MySQLdb and unicode :-P). Is this a known problem? Is MySQLdb-1.2.1_p2 buggy? I will upgrade mysqldb version to the last one (1.2.2), is this version bug aware?
Thanks about any help!