We use GSLB for geo-distribution and load-balancing. Each service is assigned a fixed domain name. Through some DNS magic, the domain name is resolved into an IP that's closest to the ...
I am establishing standart TCP connection between two stations(A,B)
A is sending message, B recieving and sending response back, and then I close the connections.
Stations B is "blackbox", I cant access change ...
I am trying to make a ftp connection in Java with FTPClient.
I wanted to look what happens when i separate the line between Server and Client. My application freezed about 30seconds ...