Re: persistent conncetion HOL blocking

hi,

HOL blocking means Head Of Line blocking
What i mean is
consider
Alice send out a request for a large latest hit MP3 file and then a request
for a small text file
which both resides on the same server.
so the response for MP3 file will block the second response and the response
that follow in the persistent connection case.

Kaming Young

John Stracke wrote:

> Kaming Young wrote:
>
> > I just wonder if we use persistent connection, if the HOL blocking would
> > affect the performance
>
> What is HOL blocking?
>
> --
> /=================================================================\
> |John Stracke    | http://www.ecal.com |My opinions are my own.   |
> |Chief Scientist |================================================|
> |eCal Corp.      |Vlad was not a vampire, but that's the only nice|
> |francis@ecal.com|thing that could be said about him.             |
> \=================================================================/

Received on Thursday, 11 May 2000 09:10:22 UTC