Are there any known issues with the Connection object timeout parameter?
Changing the timeout to 5 seconds results in a ~22 second timeout,
and a 22 second timeout results in a ~22 second timeout. A 30 second
timeout results in a ~22 second timeout. A 60 second timeout takes
~22 seconds to realize the IP address is bogus.
This might be something in the mysql c layer, but I thought I'd ask
either way.
m_connection(db_name.c_str(), tcp_ip_address.c_str(),
db_username.c_str(),
db_password.c_str(), port_number, false, timeout)