The api.betfair.com servers don't respond to regular ping requests, but Microsoft have a special PsPing utility which can do a "TCP ping". This utility can be downloaded from here:
http://technet.microsoft.com/en-us/s...rnals/jj729731
To measure the latency, the following command can be used:
On my Windows 7 machine here in Copenhagen, the command above gives me the following output:
What kind of latency do you get? And where is your approximate location?
http://technet.microsoft.com/en-us/s...rnals/jj729731
To measure the latency, the following command can be used:
Code:
psping -n 20 api.betfair.com:443
Code:
TCP connect statistics for 84.20.200.10:443: Sent = 20, Received = 20, Lost = 0 (0% loss), Minimum = 48.64ms, Maximum = 61.56ms, Average = 51.09ms
Comment