http://christopher.aillon.org/blog/dev/mozilla/20050105-pipelining.html
On Sun, 06 Feb 2005 13:34:50 +0200, Shachar Shemesh <[EMAIL PROTECTED]> wrote: > Danny Lieberman wrote: > > > Firefox installation default is to make one http request at a time. > > When you enable pipelining it will make several at once,which really > > speeds up page loading. > > I once did a project for the Technion where we compared performance with > and without, as well as opening parallel connections. Problem is, it > seems the Technion no longer keeps the project's results online. I'll > see if I can find a link to it, and post it here. > > We actually wrote an HTTP client, with a simple HTML parser, to simulate > a real browser. > > Shachar > > -- > Shachar Shemesh > Lingnu Open Source Consulting ltd. > http://www.lingnu.com/ > > > ================================================================= > To unsubscribe, send mail to [EMAIL PROTECTED] with > the word "unsubscribe" in the message body, e.g., run the command > echo unsubscribe | mail [EMAIL PROTECTED] > > ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]
