Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: [Mysql-protocol] timeout problem

From: hallvard:ystad:oops-as:no at: 11-May-2004 22:47

Dixit Tom Conlin (18.20 11.05.2004):
>have you tried setting auto-ping to on ?
Thanks, but: 1) According to http://rebol.softinnov.org/mysql/usage.html, 'auto-ping? is set to 'on by default (just checked port/locals to make sure). 2) This is a problem that arises after a certain time (I think 30 seconds). After that time, I still see the connection with SHOW PROCESSLIST. 'Auto-ping? will reconnect if connection is lost _before_ I do an insert, and I have a connection that times out _during_ LOAD DATA INFILE. HY