26 Jul
2007
26 Jul
'07
1:27 p.m.
May be. default wait_timeout 8 hours. 2007/7/26, Arnar Birgisson <arnarbi@gmail.com>:
On 7/26/07, Aleksey Kishkin <aleksey.kishkin@gmail.com> wrote:
Actually usually it means mysql server died. it's certainly not twisted question, but first of all you need to check mysql logs.
No, it just means Mysql dropped your connection. By default, MySQL is configured to drop conncetions after a period of inactivity (600 seconds I think). Your client either needs to detect this condition and reconnect, or you can increase the timeout.
Arnar
_______________________________________________ Twisted-Python mailing list Twisted-Python@twistedmatrix.com http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-python
-- Aleksey Kishkin