Le 2013-07-16 à 13:34, Jason Coffin a écrit : > Things work well, but after an hour or so of inactivity I get this error when > I try to visit a page: > > Sequel::DatabaseDisconnectError: TinyTds::Error: DBPROCESS is dead or not > enabled
I suspect the Microsoft SQL server disconnects idle connections after N minutes. Look into using long-lived connections, or rescue, disconnect, connect and retry failing queries (if not many instances). Bye, François -- You received this message because you are subscribed to the Google Groups "sequel-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sequel-talk. For more options, visit https://groups.google.com/groups/opt_out.
