On Sun, Feb 06, 2005, Danny Lieberman wrote about "Speed up Firefox by
pipelining http requests":
> 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.
Are you sure you're not confusing several things?
I believe that Firefox, just like its Mozilla and Netscape predecessors,
does open several connections at once (I remember the default being 4
connections, I don't know what it is now).
HTTP 1.1 pipelining, on the other hand, is a completely different matter.
It allows you to open just ONE connection the the server, and ask it for
several files in advance. This has several benefits: it reduces the number
of packets (when compared to the ordinary keepalive series-of-requests
situation), and it reduces the latency by allowing the server to start working
on several requests, and perhaps return them in a different order.
See also:
http://www.mozilla.org/projects/netlib/http/pipelining-faq.html
http://www.w3.org/Protocols/rfc2616/rfc2616-sec8.html
--
Nadav Har'El | Monday, Feb 7 2005, 28 Shevat 5765
[EMAIL PROTECTED] |-----------------------------------------
Phone +972-523-790466, ICQ 13349191 |Sign above a shop selling burglar alarms:
http://nadav.harel.org.il |"For the man who has everything"
=================================================================
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]