[Rabbit-proxy-development] Re: Re: 060403: Pre-3.1 imressions & ideas for the future releases - Send
Brought to you by:
ernimril
From: <mat...@ne...> - 2006-04-05 07:59:22
|
Samat Jain wrote: > > Matej Miheli wrote: > > * The proliferation of satellite and mobile (3G GSM - EDGE, UMTS) > > connections with very high latency (500ms+) requires a > > minimisation of requests sent from client to server. > > Just wondering, does not Firefox's proxy pipelining accomplish the same > thing? > > That is, sending multiple requests and receiving multiple responses on > the same connection, without having to modify the page? > > Samat > That's the theory. It requires active (not just accepting) pipelining support in servers, proxy and clients. It also depends on a number of object sent through the pipeline. You still have to fetch (from browser/proxy) most of the external objects, since only the server knows what objects are in the page before it is parsed by the client (browser/proxy). You can test the examples that I have prepared and see if there are any results. In the real world scenario I think embedding would work better since the proxy would prefetch and assemble most of the page before it is returned to the server. In the proxy pipelining scenario you would have to download the page to the browser, browser would parse it and then combine and send the requests to the proxy and wait for external objects. In embedding scenario browser would send request to the proxy, proxy would fetch the page, parse it and fetch external objects and embed them in page and return the result to the browser. > P.S. Sorry for destroying the threading, I just subscribed to this list > and don't have access to the archive except through Sourceforge's web > interface. > > -- > Samat Jain <http://www.samat.org/> > > > ------------------------------------------------------- > This SF.Net email is sponsored by xPML, a groundbreaking scripting > language > that extends applications into web and mobile media. Attend the live > webcast > and join the prime developer group breaking into this new coding > territory! > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 > <http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642> > _______________________________________________ > Rabbit-proxy-development mailing list > Rab...@li... > https://lists.sourceforge.net/lists/listinfo/rabbit-proxy-development > |