Re: Dreamhost, Django and MySQL server connection

2006-02-16 Thread Eugene Lazutkin
[EMAIL PROTECTED] wrote: > I have been running this patch for almost 2 days, and I just got my > first "lost connection" So far my "lost connections" could be traced to Dreamhost rebooting servers. I suggest to follow up with them to trace a reason. Thanks, Eugene

Re: Dreamhost, Django and MySQL server connection

2006-02-16 Thread [EMAIL PROTECTED]
I have been running this patch for almost 2 days, and I just got my first "lost connection" Traceback (most recent call last): File "/home/skabber/python/django/core/handlers/base.py", line 74, in get_response response = callback(request, *callback_args, **callback_kwargs) File

Re: Dreamhost, Django and MySQL server connection

2006-02-15 Thread Eugene Lazutkin
kmh wrote: > > So I tried running this patch on a very low-volume production server > and MySQL (4.1/ Ubuntu Breezy) started chucking some "Too many > connections" errors. :-) But no "lost connections" now? > I'm no expert on RDBMS. I did some googling and discovered the MySQL >

Re: Dreamhost, Django and MySQL server connection

2006-02-15 Thread kmh
Eugene Lazutkin wrote: > kmh wrote: > > Edgars Jekabsons wrote: > >> OK, posted a patch agaist trunk (revision 2307) > >> http://code.djangoproject.com/attachment/ticket/463/mysql_rev2307.diff > >> > >> -- > >> Edgars > > > > Hey thanks Edgars, > > > > I'll run it for a while and post

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread Eugene Lazutkin
kmh wrote: Edgars Jekabsons wrote: OK, posted a patch agaist trunk (revision 2307) http://code.djangoproject.com/attachment/ticket/463/mysql_rev2307.diff -- Edgars Hey thanks Edgars, I'll run it for a while and post encouragement to the ticket if I have no problems. Kieran Let me know

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread [EMAIL PROTECTED]
I was also experiencing sql disconnect errors with Dreamhost. I have just updated my site http://www.socialistsoftware.com/ to use this patch. We will see how it goes.

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread kmh
Edgars Jekabsons wrote: > OK, posted a patch agaist trunk (revision 2307) > http://code.djangoproject.com/attachment/ticket/463/mysql_rev2307.diff > > -- > Edgars Hey thanks Edgars, I'll run it for a while and post encouragement to the ticket if I have no problems. Kieran

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread Edgars Jekabsons
OK, posted a patch agaist trunk (revision 2307) http://code.djangoproject.com/attachment/ticket/463/mysql_rev2307.diff -- Edgars

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread kmh
Edgars Jekabsons wrote: > Hi Kieran, > > I posted a working patch against Django release 0.91 on the same ticket > http://code.djangoproject.com/ticket/463 Thanks Edgars, Unfortunately your patch can't get committed as-is either because it is against 0.91 and there have been a few changes since

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread Jeremy Jones
On Mon, 13 Feb 2006 11:12:27 -0800 "Edgars Jekabsons" <[EMAIL PROTECTED]> wrote: > > Does anyone else who uses Dreamhost has problems with MySQL connection > going away? > > The project I suggested hosting there is not even inproduction yet, > but we get MySQL server errorsa lot (a few

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread Eugene Lazutkin
Jamison Roberts wrote: I have nothing but problems with Dreamhost + Django. More specifically Dreamhost + Python. I hate that company and will be switching as soon as my year is up. What "more specifically" was your problem with Python? Can I threadjack and ask for a host recommendation?

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread Eugene Lazutkin
foot wrote: We've got our django project hosted over at Site5 and we have a similar MySQL problem: A (2006, MySQL server has gone away) error, whenever the [snip] It would be great to get this fixed tho... It was fixed 5 months ago but didn't make it to trunk. Please try

Re: Dreamhost, Django and MySQL server connection

2006-02-14 Thread Eugene Lazutkin
Edgars Jekabsons wrote: Does anyone else who uses Dreamhost has problems with MySQL connection going away? I use Dreamhost without any problems, because I use MySQL patch (ticket #463 --- http://code.djangoproject.com/ticket/463). Please use the last version by nesh --- it was updated to

Re: Dreamhost, Django and MySQL server connection

2006-02-13 Thread foot
We've got our django project hosted over at Site5 and we have a similar MySQL problem: A (2006, MySQL server has gone away) error, whenever the site hasn't been accessed in a while. It seems to be related to your mysql interactive timeout setting. There's a bit of a general discussion about this

Re: Dreamhost, Django and MySQL server connection

2006-02-13 Thread Jamison Roberts
I have nothing but problems with Dreamhost + Django.  More specifically Dreamhost + Python.  I hate that company and will be switching as soon as my year is up.Can I threadjack and ask for a host recommendation? On 2/13/06, Edgars Jekabsons <[EMAIL PROTECTED]> wrote: Does anyone else who uses

Dreamhost, Django and MySQL server connection

2006-02-13 Thread Edgars Jekabsons
Does anyone else who uses Dreamhost has problems with MySQL connection going away? The project I suggested hosting there is not even inproduction yet, but we get MySQL server errorsa lot (a few times a day). Sometimes it's just Django error 500, but other times I get a Python traceback