I am having some trouble.
I have a Linux Server hosting 5.1 MySql.
The Windows clients are running a POS Program written in C# using the .Net Connector.
The Problem is that the initial connection takes around 12 Seconds which is not a big problem, but when you let it idle for a couple of minutes it seems to close the connection and requires another 12 seconds to reconnect.
Once connected it works fine and is very snappy.
I read on a few posts it could be a NETBIOS issue but that is an ODBC driver issue and it seems to be solved.
Is anyone else facing this issue?