<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Optimizing Page Load Time: Fixing Your HTTP Pipeline Problem</title>
	<atom:link href="http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/</link>
	<description>Dustin Weber's Take On Web Development &#038; Other Random Diversions.</description>
	<lastBuildDate>Tue, 27 Jul 2010 14:42:20 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Adam</title>
		<link>http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/comment-page-1/#comment-876</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Tue, 16 Mar 2010 20:50:02 +0000</pubDate>
		<guid isPermaLink="false">http://dustinweber.com/?p=1257#comment-876</guid>
		<description>Great post, Thanks,
You can test pipeline using  this &lt;a href=&quot;http://soft-net.net/SendHTTPTool.aspx&quot; rel=&quot;nofollow&quot;&gt;free HTTP pipeline tool &lt;/a&gt; and test the response return from the web when sending different HTTP Get or post with pipeline:
http://soft-net.net/SendHTTPTool.aspx</description>
		<content:encoded><![CDATA[<p>Great post, Thanks,<br />
You can test pipeline using  this <a href="http://soft-net.net/SendHTTPTool.aspx" rel="nofollow">free HTTP pipeline tool </a> and test the response return from the web when sending different HTTP Get or post with pipeline:<br />
<a href="http://soft-net.net/SendHTTPTool.aspx" rel="nofollow">http://soft-net.net/SendHTTPTool.aspx</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hillary Cutrell</title>
		<link>http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/comment-page-1/#comment-849</link>
		<dc:creator>Hillary Cutrell</dc:creator>
		<pubDate>Fri, 29 Jan 2010 06:21:51 +0000</pubDate>
		<guid isPermaLink="false">http://dustinweber.com/?p=1257#comment-849</guid>
		<description>Lots of of bloggers aren&#039;t very happy with this new iPad.There was too much hype over it and lots of people got turned off.You see, I actually see great deal of the awesome potential of the device. Third-party applications for making music, games, newspapers and magazines and FFS books, all sorts of good stuff, but IMHO they failed to sell it very well (excluding the books). It smells sort of unfinished</description>
		<content:encoded><![CDATA[<p>Lots of of bloggers aren&#8217;t very happy with this new iPad.There was too much hype over it and lots of people got turned off.You see, I actually see great deal of the awesome potential of the device. Third-party applications for making music, games, newspapers and magazines and FFS books, all sorts of good stuff, but IMHO they failed to sell it very well (excluding the books). It smells sort of unfinished</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nnf</title>
		<link>http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/comment-page-1/#comment-773</link>
		<dc:creator>nnf</dc:creator>
		<pubDate>Tue, 21 Apr 2009 22:40:08 +0000</pubDate>
		<guid isPermaLink="false">http://dustinweber.com/?p=1257#comment-773</guid>
		<description>Hello,
We are trying to implement pipeline in our web site. How can we do it with Apache? We have an application that generate relative path to our resources(images, css, js). Can Apache implement pipelining or we should try to modify our application?
Thanks in advanced!!</description>
		<content:encoded><![CDATA[<p>Hello,<br />
We are trying to implement pipeline in our web site. How can we do it with Apache? We have an application that generate relative path to our resources(images, css, js). Can Apache implement pipelining or we should try to modify our application?<br />
Thanks in advanced!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Weber</title>
		<link>http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/comment-page-1/#comment-421</link>
		<dc:creator>Dustin Weber</dc:creator>
		<pubDate>Mon, 16 Jul 2007 02:19:10 +0000</pubDate>
		<guid isPermaLink="false">http://dustinweber.com/?p=1257#comment-421</guid>
		<description>@ Jeremy

I&#039;d suggest the Firebug plug-in for Firefox.  Go to the &quot;Net&quot; tab and it will show you details on page load times (per item)... and total load times.  It&#039;ll give you a good idea on what is going on (it&#039;s even somewhat graphical).  

The only production set-up I&#039;ve done with fake pipelining was a site that had a significant number of small images (a thumbnail gallery-type site).  I split up all the different categories of images into different sub-domains and it really did pay off in overall page load time.

Just remember that the advantage is only shown if there are a LOT of elements on a page.  Otherwise, the extra NS lookups and TCP hand-shakes make it a bad idea.

- Dustin Weber</description>
		<content:encoded><![CDATA[<p>@ Jeremy</p>
<p>I&#8217;d suggest the Firebug plug-in for Firefox.  Go to the &#8220;Net&#8221; tab and it will show you details on page load times (per item)&#8230; and total load times.  It&#8217;ll give you a good idea on what is going on (it&#8217;s even somewhat graphical).  </p>
<p>The only production set-up I&#8217;ve done with fake pipelining was a site that had a significant number of small images (a thumbnail gallery-type site).  I split up all the different categories of images into different sub-domains and it really did pay off in overall page load time.</p>
<p>Just remember that the advantage is only shown if there are a LOT of elements on a page.  Otherwise, the extra NS lookups and TCP hand-shakes make it a bad idea.</p>
<p>- Dustin Weber</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/comment-page-1/#comment-420</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Sun, 15 Jul 2007 08:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://dustinweber.com/?p=1257#comment-420</guid>
		<description>Thank you for replying Dustin.

Apache is not an option at this point.

Considering the idea of different ports for achieving fake pipelining,
How will I be able to test to see if there *really* is a difference, like you tested with sub-domains. What did you do? 

Also I&#039;d like to compare my results on port changing with your results on sub-domains.

-Jer A</description>
		<content:encoded><![CDATA[<p>Thank you for replying Dustin.</p>
<p>Apache is not an option at this point.</p>
<p>Considering the idea of different ports for achieving fake pipelining,<br />
How will I be able to test to see if there *really* is a difference, like you tested with sub-domains. What did you do? </p>
<p>Also I&#8217;d like to compare my results on port changing with your results on sub-domains.</p>
<p>-Jer A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Weber</title>
		<link>http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/comment-page-1/#comment-419</link>
		<dc:creator>Dustin Weber</dc:creator>
		<pubDate>Sat, 14 Jul 2007 03:19:08 +0000</pubDate>
		<guid isPermaLink="false">http://dustinweber.com/?p=1257#comment-419</guid>
		<description>@Jeremy

Well, you could try what you are talking about, but I&#039;m not honestly sure that the port changes will make pipelining work like we need to.  I know for a fact that alternate subdomains do though.. because I&#039;ve tried it.  

I hate to tell you this, but you should probably consider switching to Apache on Windows (or preferably Linux) for solving a lot of the problem that IIS has (especially on Windows XP Pro).  You can use Virtual Hosts to achieve what you are trying to do very easily (http://lifehacker.com/software/ask-lifehacker/ask-lifehacker-multiple-subdomains-147913.php).

It&#039;s honestly not very difficult to get the hang of Apache and you&#039;ll suddenly realize a huge plethora of easy-to-use and easy-to-implement functionality that weren&#039;t options in IIS (such as .htaccess files, virtual hosts, and mod-rewrite functionality just to name a few).

Point is, you can set up all the virtual hosts (subdomains) you want in Apache quickly and easily.  

Hope that helps!

- Dustin Weber</description>
		<content:encoded><![CDATA[<p>@Jeremy</p>
<p>Well, you could try what you are talking about, but I&#8217;m not honestly sure that the port changes will make pipelining work like we need to.  I know for a fact that alternate subdomains do though.. because I&#8217;ve tried it.  </p>
<p>I hate to tell you this, but you should probably consider switching to Apache on Windows (or preferably Linux) for solving a lot of the problem that IIS has (especially on Windows XP Pro).  You can use Virtual Hosts to achieve what you are trying to do very easily (<a href="http://lifehacker.com/software/ask-lifehacker/ask-lifehacker-multiple-subdomains-147913.php" rel="nofollow">http://lifehacker.com/software/ask-lifehacker/ask-lifehacker-multiple-subdomains-147913.php</a>).</p>
<p>It&#8217;s honestly not very difficult to get the hang of Apache and you&#8217;ll suddenly realize a huge plethora of easy-to-use and easy-to-implement functionality that weren&#8217;t options in IIS (such as .htaccess files, virtual hosts, and mod-rewrite functionality just to name a few).</p>
<p>Point is, you can set up all the virtual hosts (subdomains) you want in Apache quickly and easily.  </p>
<p>Hope that helps!</p>
<p>- Dustin Weber</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jeremy</title>
		<link>http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/comment-page-1/#comment-418</link>
		<dc:creator>Jeremy</dc:creator>
		<pubDate>Fri, 13 Jul 2007 19:11:13 +0000</pubDate>
		<guid isPermaLink="false">http://dustinweber.com/?p=1257#comment-418</guid>
		<description>I have windows xp pro. I cannot create subdomains. If I were to create a simple &quot;get&quot; webserver, that acts as an addition to iis (which calls index.html), and have each instance of this simple-server listening on different ports, eg . one instance for images eg. http://xxx.xxx.xxx.xxx:8088/image1.gif ... etc., will I be able to achieve fake http pipelining?

If this is not the case, than how would a be able to create a tcp listener (webserver), where I will be able to assign different sub.domains to my ip address, for each instance?

-Jer A</description>
		<content:encoded><![CDATA[<p>I have windows xp pro. I cannot create subdomains. If I were to create a simple &#8220;get&#8221; webserver, that acts as an addition to iis (which calls index.html), and have each instance of this simple-server listening on different ports, eg . one instance for images eg. <a href="http://xxx.xxx.xxx.xxx:8088/image1.gif" rel="nofollow">http://xxx.xxx.xxx.xxx:8088/image1.gif</a> &#8230; etc., will I be able to achieve fake http pipelining?</p>
<p>If this is not the case, than how would a be able to create a tcp listener (webserver), where I will be able to assign different sub.domains to my ip address, for each instance?</p>
<p>-Jer A</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dustin Weber</title>
		<link>http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/comment-page-1/#comment-269</link>
		<dc:creator>Dustin Weber</dc:creator>
		<pubDate>Sat, 17 Mar 2007 06:16:14 +0000</pubDate>
		<guid isPermaLink="false">http://dustinweber.com/?p=1257#comment-269</guid>
		<description>&lt;p&gt;If you say it&#039;s funny, I&#039;ll agree... but I don&#039;t get it in this case.&lt;br /&gt;
Why&#039;s it funny?  It&#039;s just a &#039;pipeline&#039;.. right?&lt;br /&gt;
- Dustin Weber&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>If you say it&#8217;s funny, I&#8217;ll agree&#8230; but I don&#8217;t get it in this case.<br />
Why&#8217;s it funny?  It&#8217;s just a &#8216;pipeline&#8217;.. right?<br />
- Dustin Weber</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://www.dustinweber.com/main-page/optimizing-page-load-time-fixing-your-http-pipeline-problem/comment-page-1/#comment-268</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Fri, 09 Mar 2007 04:29:34 +0000</pubDate>
		<guid isPermaLink="false">http://dustinweber.com/?p=1257#comment-268</guid>
		<description>Nice picture!  Now that is funny.</description>
		<content:encoded><![CDATA[<p>Nice picture!  Now that is funny.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
