RE: Persistant Connection over proxy

> From: Vinit Kumar
> Subject: Persistant Connection over proxy
>
> Is it possible for a proxy server to receive  multiple HTTP
> requests from a
> User Agent over one connection , where the each of the
> requests are for a
> resource on different ORIGIN Servers?

Yes.  In doing it this way, the client would be accepting the fact that
a slow response from one origin server would delay any others pipelined
behind it, but other than that there is no reason not to do it that way.

Similarly, an origin server might receive multiple requests on the same
connection from a proxy that were from different User Agents.

--
Scott Lawrence           Director of R & D        <lawrence@agranat.com>
Agranat Systems, Inc.  Embedded Web Technology   http://www.agranat.com/

Received on Friday, 5 November 1999 13:35:28 UTC