Justin Johnson wrote: > > If your host is dropping the connection after 30 minutes of > inactivity then you could keep it alive by creating a thread that > performs a simple dummy SQLObject operation every 15 minutes or so to > keep the connection live. > > However it is actually possible, although unlikely I've found, for a > connection to die and having a reconnection strategy would be a good > thing.
Indeed, I have noticed in the past that this is possible. We really should attempt to fix the bug at the source - will this require modifying SQLObject or can it be done in TG? -Rob > > Justin --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

