RE: Problematic Approaches

From: Kacheong Poon ([email protected])
Date: Thu Aug 07 1997 - 19:28:34 EDT


> The problem is that the client asks for a page, then has to receive
> it before it can be parsed and subsequent requests pipelined. On
> high bw*delay nets, the window has to slam shut after the first request,

I want to point out a minor point. For most implementations, like BSD, the
idle interval for TCP to restart slow start is usually 1 RTO, which is greater
than 1 RTT. So as long as the client can parse the page and generate next
requests in less than half of RTT, the server TCP will not restart slow start.
Actually, if we also count the time the ACK for the last segment from server
to get to the server, the client has even "more" time. So it is not that a
client machine has to rush, but maybe a user has to rush in reading a page to
avoid slow start (-:

                                                        K. Poon
                                                        [email protected]



This archive was generated by hypermail 2b29 : Mon Feb 14 2000 - 16:14:29 EST