Jorge Godoy wrote: > "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> writes: > > > I have a turbogears (1.0b1) project, proxied by Apache 2 (through url > > rewriting), which behaves strangely after running for about a day or > > so. Requesting any page whose template or controller function uses the > > database model (SQLObject + MySQL) causes the CherryPy traceback below. > > Pages which make no use of the database continue to be served > > perfectly. If I restart the server, everything works fine again, until > > some hours later, when the database-driven pages once again stop > > working. > > > > Any ideas what's going on? > > As you have already commented, this happened before. I believe it's some > timeout from MySQL. Try scheduling something to access a page that has to go > to the database every 10 minutes, for example, and see if the problem still > happens.
Good idea. I'll see if a regular cron-driven wget fixes it. If I have further problems I'll get in touch with the MySQLdb people, as you suggest. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

