"[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. If it stops, then you'll have to find out how to make it permanent... Anyway, I have applications that have big periods without access -- sometimes more than 30h -- using PostgreSQL and I don't have this problem. It looks like it is MySQL specific. If it still happens, people that wrote the driver should be able to give more hints on what to try / do to get more information or solve the problem. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

