Well, from reading that thread, it sounds like his patch makes Firefox connect to the remote server multiple times--possibly as much as one connection per item to download from the server.
Usually the browser opens one connection to the server, downloads the HTML file that is the page, then starts sucking down files referred to in that page--images, javascript files, stylesheets, etc. through that same connection. Evidently his patch makes Firefox download those files simultaneously rather than one at a time.
In theory, this should speed up page rendering dramatically. But there's a reason Firefox doesn't do that by default--it's pretty rude to the remote server. If every browser did this, it wouldn't take many people surfing the site to max out the server.
That and, I'm not big on downloading and installing software written by some guy on a forum. Who knows what's tagging along on that thing.
|