Re: (1040, 'Too many connections')

2007-08-20 Thread Michel Thadeu Sabchuk
Hi guys, First, thanks for the great help. I read your recomendations and fall on 2 solutions: 1) Upgrade django to version 0.96. I see some people run into problems with mysql (postgresql too), the recomended revision is [5511]. I don ´t work on this project (the site I´m keeping) from the star

Re: (1040, 'Too many connections')

2007-08-17 Thread Roger McFarlane
Hi Michael, You mentioned the following: > [*] the version of MySQLdb is an older version that do not get messy > with my character set Note that there is a problem with older versions of MySQLdb with connections not being gargage collected. See: http://www.modpython.org/FAQ/faqw.py?quer

Re: (1040, 'Too many connections')

2007-08-16 Thread James Bennett
On 8/16/07, Graham Dumpleton <[EMAIL PROTECTED]> wrote: > Don't understand what 0.96pre means since not a regular Django user, > but there was a whole issue with MySQL database issues with Subversion > copy of Django back in June. Between releases, django.VERSION increments and adds the "-pre" su

Re: (1040, 'Too many connections')

2007-08-16 Thread [EMAIL PROTECTED]
1040 is the MySQL error for when you've got too many connections open to the database server. MySQL's docs on this are here: http://dev.mysql.com/doc/refman/5.0/en/too-many-connections.html You have one or more of these happening: 1) You have too many Apache children for the MySQL's max_connecti

Re: (1040, 'Too many connections')

2007-08-16 Thread Graham Dumpleton
Can you upgrade to proper 0.96 and not 0.96pre and see if it makes a difference. Don't understand what 0.96pre means since not a regular Django user, but there was a whole issue with MySQL database issues with Subversion copy of Django back in June. http://groups.google.com/group/django-users/br

Re: (1040, 'Too many connections')

2007-08-16 Thread Michel Thadeu Sabchuk
Hi guys! First of all, thanks for all help, I was busy on a project last week and could not dig into the problem. Let me remeber the thread, I having a problem, sometimes my server stuck and goes down, just before it happens, I receive many messages telling "Too many connections". I use apache +

Re: (1040, 'Too many connections')

2007-08-09 Thread Graham Dumpleton
On Aug 9, 12:01 am, Michel Thadeu Sabchuk <[EMAIL PROTECTED]> wrote: > Hi guys! > > I´m having a problem with a django site, sometimes my server stuck and > goes down. Just before it happens I receive about 200 traceback > messages telling me the same error: (1040, 'Too many connections'), I > get

Re: (1040, 'Too many connections')

2007-08-09 Thread [EMAIL PROTECTED]
I'm pretty sure that will help you - http://blog.webfaction.com/tips-to-keep-your-django-mod-python-memory-usage-down --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send