#781: SQLObject does not reconnect
-----------------------+----------------------------------------------------
Reporter: ghaering | Owner: anonymous
Type: defect | Status: new
Priority: normal | Milestone:
Component: SQLObject | Version: 0.9a4
Severity: critical | Keywords:
-----------------------+----------------------------------------------------
A robust web application needs to recover from a database restart or a
temporary database downtime. TurboGears does not, because SQLObject is not
robust enough. SQLObject needs to detect if a database connection becomes
invalid (either by looking at exceptions - driver specific, or by using
driver-specific facilities like MySQL's ping, or by always executing dummy
queries like "select 1" before doing the actual query to detect the
connection status).
If the connection goes bad, SQLObject needs to transparently reopen it.
--
Ticket URL: <http://trac.turbogears.org/turbogears/ticket/781>
TurboGears <http://www.turbogears.org/>
TurboGears front-to-back web development
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears Tickets" 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-tickets
-~----------~----~----~----~------~----~------~--~---