Does PING Speed Matter?
Does PING Speed Matter?I tried to ping several servers, and the speed rang from 7ms to 300ms
I looked at a log of a download client, it seems it only send 1 HTTP request per session. So as I understand only the initial HTTP request will take longer for slow PINGs. After that stage, everything else is the same.
But this raise the question how HTTP stays on top of TCP. Does the web server send out TCP packages once it gets the first HTTP request? or it will wait previous packages delivery comfirmation before sending more? (sound like a UDP then).