> > > Is it possible for a user to request URL B, and this URL is
handled 
> > > via the same socket as URL A was? How does Squid take care of
this?
> 
> >  That is irrelevant. In TCP two seperate connection to a remote
> >  box can not use the same socket.

> Not fully. The connection may be persistent, in which case the second
request is processed after the first on the same TCP connection. If
multiple              
> requests are sent over the same TCP connection after each other then
HTTP specifies that the replies are sent back in the same order.

If a second request for another web page can be made via the same
socket, how common is this occurrence?

Thanks
B


Reply via email to