On Tue, Jan 6, 2009 at 2:59 PM, Nicolas R. <[email protected]> wrote: > > Hi folks, > > I posted a while ago about this problem and now came back to it again. > I am running a webapp, using TG1.0.8 with SQLAlchemy 0.4.8 on python2.5 > After some hours of idle time, the first attempt to use the app results > in the Operational Error 'MySQL server has gone away'. After hitting > the reload button, the problem is gone, but it sucks a little ;) > This is a well know issue with mysql and it's dbdriver, it has been discusses extensively in the past in several mailing lists. You are probably missing the pool_recycle flag for SA. Google is your friend on this one.
--~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

