Possible Duplicate:
Measuring ping latency of a server - Python
There are a few servers such as
http://server1.stackoverflow.com
http://server2.stackoverflow.com
http://server3.stackoverflow.com
http://server4.stackoverflow.com
and I want to know which links' response time is shortest at the moment. What should I do?
I am thinking about: timeit or ping the server.
I will be grateful if you could give me a sample or any idea, thank you. :)