Access the answers to your technology questions today.
Subscribe Now
30-day free trial. Register in 60 seconds.
What Makes Experts Exchange Unique?
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.
Try it out and discover for yourself.
Subscribe Now
30-day free trial. Register in 60 seconds.
Join the Community
Give a Little. Get a Lot.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
Join the Community
by: jimmackPosted on 2004-01-14 at 08:21:36ID: 10112109
I'm not really sure how you intend this to work. It seems that the client at 1.1.1.1 opens a page on the server 2.2.2.2, but then you want the client to independently ping 3.3.3.3
There is no "ping" facility available in (for example) JavaScript, which is executed client-side.
The only way I can think of that might possibly give you some speed information is quite cumbersome. That would be to load a small amount of data from each server you want to check (3.3.3.3, 4.4.4.4 etc.) and time the responses.
You can't do anything from the server side, because, as you have identified, the ping is from the server, not the client.