Re: Speaking of sockets...

2015-01-21 Thread Bob Sneidar
Unplug your network connection and try again. The problem occurs when I cannot connect to the database because of firewall issues at a customer location. Then it takes a full minute at least to timeout before I get control of LC again. But no matter because the open socket method I posted fixes

Re: Speaking of sockets...

2015-01-21 Thread Dr. Hawkins
On Wed, Jan 21, 2015 at 7:34 AM, Bob Sneidar wrote: > Oh good to know. However, I am getting less than a second response time > for open socket, and I wouldn’t want to set a timeout that low for SQL. > > I'm currently seeing ~250 ms to connect to mySQL on dreamhost . . . -- Dr. Richard E. Hawk

Re: Speaking of sockets...

2015-01-21 Thread Bob Sneidar
Oh good to know. However, I am getting less than a second response time for open socket, and I wouldn’t want to set a timeout that low for SQL. Bob S > On Jan 20, 2015, at 19:04 , Dr. Hawkins wrote: > > On Tue, Jan 20, 2015 at 4:35 PM, Bob Sneidar > wrote: > >> I’ve mentioned in the past t

Re: Speaking of sockets...

2015-01-20 Thread Dr. Hawkins
On Tue, Jan 20, 2015 at 4:35 PM, Bob Sneidar wrote: > I’ve mentioned in the past that if I am unable to connect to a mySQL > server (such as going to a location with my laptop and finding their > firewall blocks port 3306) it takes close to a minute for LC to release and > tell me it cannot conne

Speaking of sockets...

2015-01-20 Thread Bob Sneidar
I’ve mentioned in the past that if I am unable to connect to a mySQL server (such as going to a location with my laptop and finding their firewall blocks port 3306) it takes close to a minute for LC to release and tell me it cannot connect. During that time LC is completely unresponsive. I neede