Wednesday:
- Delphi 2009 client applications (and one Java) running on a Windows 2003 server
- connection to InterBase 7.5.1 (another Windows 2003 Server) via dbExpress
Delphi applications register the time to open TSQLConnection using the AfterConnect event handler of the TSQLConnection object.
At random intervals, a three-minute “extra time” is required to connect. I initially suspected that this might be a problem with the SQL query, but more detailed registration today showed that it was hanging SQLConnection.Connect .
I am not sure if this could be a problem for the network, InterBase server or Delphi / dbExpress level.
Has anyone experienced a similar “hang” three minutes?
ps the Java application does not register connection time, so I can’t say that this problem affects it.
This phenomenon has appeared in the log files since we started with registration in 2012, but the speed increased sharply last month. The only change in the environment is the addition of new Windows servers (for RDP, Mail, and Fax services), so this may be a network problem.
source share