On the mysql manual, section 4.12.16 Mysql-Win32 compared to Unix MySQL it sas that:
"Mysql uses a blocking read for each connection. This means that:
A connection will not be disconnected automatically after 8 hours, as happens with the Unix Version of Mysql".
This is of interest, because I have an application running continuously(on Linux) and filling in a Mysql database.
If the connection hangs up, this probably means that
I will get corrupted tables among other things.
I wonder if this is still true with recent
Mysql editions and if there is a way to disable it on Unix
Thanks,
svar
"Mysql uses a blocking read for each connection. This means that:
A connection will not be disconnected automatically after 8 hours, as happens with the Unix Version of Mysql".
This is of interest, because I have an application running continuously(on Linux) and filling in a Mysql database.
If the connection hangs up, this probably means that
I will get corrupted tables among other things.
I wonder if this is still true with recent
Mysql editions and if there is a way to disable it on Unix
Thanks,
svar