<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Newest Industry &#187; HTTP pipelining</title>
	<atom:link href="http://newestindustry.org/tag/http-pipelining/feed/" rel="self" type="application/rss+xml" />
	<link>http://newestindustry.org</link>
	<description>Web Performance, Branding, and Social Media</description>
	<lastBuildDate>Sat, 20 Mar 2010 18:36:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<atom:link rel='hub' href='http://newestindustry.org/?pushpress=hub'/>
<cloud domain='newestindustry.org' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
		<item>
		<title>Google Chrome: See No Evil, Do No Evil &#8211; An Internet Performance Perspective</title>
		<link>http://newestindustry.org/2008/09/01/google-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective/</link>
		<comments>http://newestindustry.org/2008/09/01/google-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective/#comments</comments>
		<pubDate>Mon, 01 Sep 2008 22:52:51 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Commentary]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[WebPerformance.Org]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[browser war]]></category>
		<category><![CDATA[browser wars]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Google Web Accelerator]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP pipelining]]></category>
		<category><![CDATA[js]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[persistent connections]]></category>
		<category><![CDATA[proxy]]></category>
		<category><![CDATA[XHTML]]></category>

		<guid isPermaLink="false">http://newestindustry.org/?p=1878</guid>
		<description><![CDATA[
			
				
			
		
The intertubes of the Web are abuzz with talk of the new, open-source Google Chrome browser [two articles here and here]. I will not presume to wade into the debate of whether it is necessary, or what strategic business goals Google has set that rely on having its own browser. I will limit my comments [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>The intertubes of the Web are abuzz with talk of the new, open-source <em>Google Chrome</em> browser [two articles <a title="BoomTown - Google Ignites a New Browser War With Microsoft By Unveiling One of its Own This Week" href="http://kara.allthingsd.com/20080901/google-ignites-a-new-browser-war-with-microsoft-by-unveiling-one-of-its-own/" target="_blank">here</a> and <a title="Google Chrome, Google's Browser Project " href="http://blogoscoped.com/archive/2008-09-01-n47.html" target="_blank">here</a>]. I will not presume to wade into the debate of whether it is necessary, or what strategic business goals Google has set that rely on having its own browser. I will limit my comments to the area of Web performance.</p>
<h3>Open-Source Browser: Ours or Theirs?</h3>
<p>When I read that Google Chrome was an open-source browser, the first thought was: is it theirs or a re-branded Firefox? No one knows at this point, but that will have a direct effect on how the browser performs, and how extensible it will be.</p>
<h3>HTTP Standards</h3>
<p>Unlike other standards, HTTP standards set out how a browser uses the underlying TCP stack. MSIE6/7 have very broken implementations, and MSIE8 is building on those by i<a title="Newest Industry - MSIE8 is coming - Are you ready?" href="http://newestindustry.org/2008/04/18/ie-8-is-comingare-you-ready/">ncreasing the number of connections per host to 6</a>, up from 2 set out in <a title="IETF - RFC 2616" href="http://www.ietf.org/rfc/rfc2616.txt" target="_blank">RFC 2616</a>.</p>
<p>Firefox can be configured to mangle this as well, but by default it plays by the standard, adding the option of <a title="Wikipedia - HTTP Pipelining" href="http://en.wikipedia.org/wiki/HTTP_pipelining" target="_blank">HTTP pipelining</a> into its mix of <a title="Wikipedia - HTTP Persistent Connections" href="http://en.wikipedia.org/wiki/HTTP_persistent_connection" target="_blank">persistent HTTP connections</a>.</p>
<p>It will be VERY interesting to see how Google Chrome comes configured out of the box, and how much control users have over the HTTP behaviour of this new browser.</p>
<h3>(X)HTML/CSS/JS Standards</h3>
<p>This area is a mess. No browser implements this standards in a way that is completely consistent with the written text, and page designers have to use a variety of page testing products (such as <a title="BrowserCam" href="http://www.browsercam.com/Default2.aspx" target="_blank">BrowserCam</a>) prior to release to ensure that their design is somewhat presentable in all browsers on all platforms.</p>
<p>The rendering of Javascript will be crucial in this new browser, as so much of the <em>new</em> Web is built on applications that are almost completely Javascript-driven.</p>
<p>I am sure that there will be sites that will be completely mangled by the new browser, but, knowing Google, we will be getting a 2.0 release, the 1.0 release being used within Google for a while now to test it under real-world conditions.</p>
<h3>Caching</h3>
<p>As a few sites in the world do use cache-control headers properly, it will be interesting to see how a browser created by one of the major ad-serving and search providers on the Web tracks page objects. Will it follow explicit/implicit caching rules? Or will it impose a heavy penalty on bandwidth by downloading objects more frequently than other production browsers do?</p>
<h3>Proxies, and the Debacle of the Google Web Accelerator</h3>
<p>Back in 2005, Google launched a badly designed and gighly flawed product called the <a title="Newest Industry - Google Web Accelerator" href="http://newestindustry.org/2005/05/04/google-web-accelerator/" target="_blank">Google Web Accelerator</a>. This product proxied Web traffic through the Google network and allowed the company to develop a pattern of user browsing habits and search selections that would allow them to better target their ad products.</p>
<p>I have a great fear that this will be an integrated part of the Google browser project. If it is, it should be a configurable option, not an out-of-the box standard.</p>
<p>I am sure that there will be a few performance conversations that occur around the Google Chrome browser in the weeks ahead. I look forward to hearing what the community has to say about this new addition to the <em>browser wars</em>.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;t=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective%20-%20http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;body=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;bodytext=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F&amp;title=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;notes=The%20intertubes%20of%20the%20Web%20are%20abuzz%20with%20talk%20of%20the%20new%2C%20open-source%20Google%20Chrome%20browser%20%5Btwo%20articles%20here%20and%20here%5D.%20I%20will%20not%20presume%20to%20wade%20into%20the%20debate%20of%20whether%20it%20is%20necessary%2C%20or%20what%20strategic%20business%20goals%20Google%20has%20set%20that%20rely" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Google%20Chrome%3A%20See%20No%20Evil%2C%20Do%20No%20Evil%20-%20An%20Internet%20Performance%20Perspective&amp;body=http%3A%2F%2Fnewestindustry.org%2F2008%2F09%2F01%2Fgoogle-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2008/09/01/google-chrome-see-no-evil-do-no-evil-an-internet-performance-perspective/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Internet Explorer: Plan to completely support RFC 2616 anytime before the next ice age?</title>
		<link>http://newestindustry.org/2007/03/13/internet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age/</link>
		<comments>http://newestindustry.org/2007/03/13/internet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age/#comments</comments>
		<pubDate>Tue, 13 Mar 2007 14:51:22 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Web Performance]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[client]]></category>
		<category><![CDATA[cro]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP pipelining]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[LAN]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[pipelining]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[TCP]]></category>
		<category><![CDATA[Technorati]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web browser]]></category>
		<category><![CDATA[window]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://crazycanuck.org/2007/03/13/internet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age/</guid>
		<description><![CDATA[
			
				
			
		
I am writing up a client presentation for next week, and I just realized just how flawed Internet Explorer is. Microsoft claims that the browser is standards compliant. Yet it still doesn&#8217;t support HTTP pipelining.
And the frustrating part? They won&#8217;t tell us why. I have my suspicions, which include TCP stack issues and a flawed [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I am writing up a client presentation for next week, and I just realized just how flawed Internet Explorer is. Microsoft claims that the browser is standards compliant. Yet it <strong>still</strong> doesn&#8217;t support HTTP pipelining.</p>
<p>And the frustrating part? They won&#8217;t tell us why. I have my suspicions, which include TCP stack issues and a flawed HTTP handling mechanism that is still based on Windows 95 architecture, but an explanation from Redmond would be nice.</p>
<p>Every (and I mean <em>every</em>) other browser can do this.</p>
<p>Microsoft, it&#8217;s time you detached your Web browser from your OS, like you&#8217;ve forced everyone else to do.</p>
<p>Tags: <a rel="tag" href="http://technorati.com/tag/HTTP">HTTP</a>, <a rel="tag" href="http://technorati.com/tag/pipelining">pipelining</a>, <a rel="tag" href="http://technorati.com/tag/RFC+2616">RFC 2616</a>, <a rel="tag" href="http://technorati.com/tag/Firefox">Firefox</a>, <a rel="tag" href="http://technorati.com/tag/Opera">Opera</a>, <a rel="tag" href="http://technorati.com/tag/HTTP+Pipelining">HTTP Pipelining</a>, <a rel="tag" href="http://technorati.com/tag/Internet+Explorer">Internet Explorer</a></p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F&amp;t=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F%20-%20http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F&amp;title=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F&amp;body=I%20am%20writing%20up%20a%20client%20presentation%20for%20next%20week%2C%20and%20I%20just%20realized%20just%20how%20flawed%20Internet%20Explorer%20is.%20Microsoft%20claims%20that%20the%20browser%20is%20standards%20compliant.%20Yet%20it%20still%20doesn%27t%20support%20HTTP%20pipelining.%0AAnd%20the%20frustrating%20part%3F%20They%20won%27" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F&amp;title=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F&amp;bodytext=I%20am%20writing%20up%20a%20client%20presentation%20for%20next%20week%2C%20and%20I%20just%20realized%20just%20how%20flawed%20Internet%20Explorer%20is.%20Microsoft%20claims%20that%20the%20browser%20is%20standards%20compliant.%20Yet%20it%20still%20doesn%27t%20support%20HTTP%20pipelining.%0AAnd%20the%20frustrating%20part%3F%20They%20won%27" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F&amp;title=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F&amp;title=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20am%20writing%20up%20a%20client%20presentation%20for%20next%20week%2C%20and%20I%20just%20realized%20just%20how%20flawed%20Internet%20Explorer%20is.%20Microsoft%20claims%20that%20the%20browser%20is%20standards%20compliant.%20Yet%20it%20still%20doesn%27t%20support%20HTTP%20pipelining.%0AAnd%20the%20frustrating%20part%3F%20They%20won%27" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F&amp;title=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F&amp;url=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F&amp;title=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F&amp;title=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F&amp;notes=I%20am%20writing%20up%20a%20client%20presentation%20for%20next%20week%2C%20and%20I%20just%20realized%20just%20how%20flawed%20Internet%20Explorer%20is.%20Microsoft%20claims%20that%20the%20browser%20is%20standards%20compliant.%20Yet%20it%20still%20doesn%27t%20support%20HTTP%20pipelining.%0AAnd%20the%20frustrating%20part%3F%20They%20won%27" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Internet%20Explorer%3A%20Plan%20to%20completely%20support%20RFC%202616%20anytime%20before%20the%20next%20ice%20age%3F&amp;body=http%3A%2F%2Fnewestindustry.org%2F2007%2F03%2F13%2Finternet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2007/03/13/internet-explorer-plan-to-completely-support-rfc-2616-anytime-before-the-next-ice-age/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Difference of Opinion</title>
		<link>http://newestindustry.org/2005/02/04/difference-of-opinion/</link>
		<comments>http://newestindustry.org/2005/02/04/difference-of-opinion/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[smp]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[cro]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP pipelining]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[opinion]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pipelining]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">https://crazycanuck.wordpress.com/2005/02/04/difference-of-opinion/</guid>
		<description><![CDATA[
			
				
			
		
Port80 Software in San Diego is a team who is dedicated to improving Web performance.
However, they just recommended Maxthon, which uses the MSIE engine. [here]
I can&#8217;t buy into that. It still uses a core browser which has been patched but has not evolved since 1999. Until Microsoft releases a browser that can handle HTTP Pipelining [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p><a href="http://www.port80software.com/">Port80 Software </a>in San Diego is a team who is dedicated to improving Web performance.</p>
<p>However, they just recommended <a href="http://www.maxthon.com/">Maxthon</a>, which uses the MSIE engine. [<a href="http://www.port80software.com/200ok/archive/2005/02/04/326.aspx">here</a>]</p>
<p>I can&#8217;t buy into that. It still uses a core browser which has been patched but has not evolved since 1999. Until Microsoft releases a browser that can handle HTTP Pipelining &#8212; don&#8217;t understand why it can&#8217;t do it&#8230;unless there is a technical reason &#8212; I will stick with Firefox.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F&amp;t=Difference%20of%20Opinion" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=Difference%20of%20Opinion%20-%20http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F&amp;title=Difference%20of%20Opinion&amp;body=Port80%20Software%20in%20San%20Diego%20is%20a%20team%20who%20is%20dedicated%20to%20improving%20Web%20performance.%0A%0AHowever%2C%20they%20just%20recommended%20Maxthon%2C%20which%20uses%20the%20MSIE%20engine.%20%5Bhere%5D%0A%0AI%20can%27t%20buy%20into%20that.%20It%20still%20uses%20a%20core%20browser%20which%20has%20been%20patched%20but%20has%20not%20" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F&amp;title=Difference%20of%20Opinion&amp;bodytext=Port80%20Software%20in%20San%20Diego%20is%20a%20team%20who%20is%20dedicated%20to%20improving%20Web%20performance.%0A%0AHowever%2C%20they%20just%20recommended%20Maxthon%2C%20which%20uses%20the%20MSIE%20engine.%20%5Bhere%5D%0A%0AI%20can%27t%20buy%20into%20that.%20It%20still%20uses%20a%20core%20browser%20which%20has%20been%20patched%20but%20has%20not%20" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F&amp;title=Difference%20of%20Opinion" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F&amp;title=Difference%20of%20Opinion&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=Port80%20Software%20in%20San%20Diego%20is%20a%20team%20who%20is%20dedicated%20to%20improving%20Web%20performance.%0A%0AHowever%2C%20they%20just%20recommended%20Maxthon%2C%20which%20uses%20the%20MSIE%20engine.%20%5Bhere%5D%0A%0AI%20can%27t%20buy%20into%20that.%20It%20still%20uses%20a%20core%20browser%20which%20has%20been%20patched%20but%20has%20not%20" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F&amp;title=Difference%20of%20Opinion" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=Difference%20of%20Opinion&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F&amp;title=Difference%20of%20Opinion&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F&amp;title=Difference%20of%20Opinion&amp;notes=Port80%20Software%20in%20San%20Diego%20is%20a%20team%20who%20is%20dedicated%20to%20improving%20Web%20performance.%0A%0AHowever%2C%20they%20just%20recommended%20Maxthon%2C%20which%20uses%20the%20MSIE%20engine.%20%5Bhere%5D%0A%0AI%20can%27t%20buy%20into%20that.%20It%20still%20uses%20a%20core%20browser%20which%20has%20been%20patched%20but%20has%20not%20" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=Difference%20of%20Opinion&amp;body=http%3A%2F%2Fnewestindustry.org%2F2005%2F02%2F04%2Fdifference-of-opinion%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2005/02/04/difference-of-opinion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HTTP Standards Exist &#8212; USE THEM!</title>
		<link>http://newestindustry.org/2005/01/05/http-standards-exist-use-them/</link>
		<comments>http://newestindustry.org/2005/01/05/http-standards-exist-use-them/#comments</comments>
		<pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate>
		<dc:creator>smp</dc:creator>
				<category><![CDATA[smp]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[EAD]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTTP]]></category>
		<category><![CDATA[HTTP pipelining]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[IM]]></category>
		<category><![CDATA[IP]]></category>
		<category><![CDATA[it]]></category>
		<category><![CDATA[MSIE]]></category>
		<category><![CDATA[Om]]></category>
		<category><![CDATA[One]]></category>
		<category><![CDATA[performance]]></category>
		<category><![CDATA[pipelining]]></category>
		<category><![CDATA[pr]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[Web Performance]]></category>

		<guid isPermaLink="false">https://crazycanuck.wordpress.com/2005/01/05/http-standards-exist-use-them/</guid>
		<description><![CDATA[
			
				
			
		
I am extremely steamed at an article that just read on Caillon&#8217;s Blog which basically encourages people to disable HTTP Pipelining.
This is the wrong approach.
If a server announces that it is HTTP/1.1 compliant, then&#160; it should be able to handle a browser that is using all of the HTTP/1.1 features. If someone is using a [...]]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F&amp;source=spierzchala&amp;style=normal&amp;service=bit.ly" height="61" width="50" /><br />
			</a>
		</div>
<p>I am extremely steamed at an article that just read on Caillon&#8217;s Blog which basically <a href="http://christopher.aillon.org/blog/dev/mozilla/20050105-pipelining.html">encourages people to disable HTTP Pipelining</a>.</p>
<p>This is the wrong approach.</p>
<p>If a server announces that it is HTTP/1.1 compliant, then&nbsp; it should be able to handle a browser that is using all of the HTTP/1.1 features. If someone is using a server version which cannot handle all of the features of HTTP/1.1, then they should be forced to fall back to HTTP/1.0.</p>
<p>By continuing to bow to the lowest common denominator, Web performance will not improve and Server developers will not be forced to accept that they must fix their code.</p>
<p>The only reason that server developers have gotten away with lousy pipelining support is because MSIE still does not support it. If MSIE begins to implement pipelining, then watch the mad scramble to resolve this issue.</p>
<p>Proactive Web performance excellence. Do it.</p>



Spread the Love:


	<a rel="nofollow"  target="_blank" href="http://www.facebook.com/share.php?u=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F&amp;t=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21" title="Facebook"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/facebook.png" title="Facebook" alt="Facebook" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://twitter.com/home?status=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21%20-%20http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F" title="Twitter"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/twitter.png" title="Twitter" alt="Twitter" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://ping.fm/ref/?link=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F&amp;title=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21&amp;body=I%20am%20extremely%20steamed%20at%20an%20article%20that%20just%20read%20on%20Caillon%27s%20Blog%20which%20basically%20encourages%20people%20to%20disable%20HTTP%20Pipelining.%0A%0AThis%20is%20the%20wrong%20approach.%0A%0AIf%20a%20server%20announces%20that%20it%20is%20HTTP%2F1.1%20compliant%2C%20then%26nbsp%3B%20it%20should%20be%20able%20to%20han" title="Ping.fm"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/ping.png" title="Ping.fm" alt="Ping.fm" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://digg.com/submit?phase=2&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F&amp;title=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21&amp;bodytext=I%20am%20extremely%20steamed%20at%20an%20article%20that%20just%20read%20on%20Caillon%27s%20Blog%20which%20basically%20encourages%20people%20to%20disable%20HTTP%20Pipelining.%0A%0AThis%20is%20the%20wrong%20approach.%0A%0AIf%20a%20server%20announces%20that%20it%20is%20HTTP%2F1.1%20compliant%2C%20then%26nbsp%3B%20it%20should%20be%20able%20to%20han" title="Digg"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/digg.png" title="Digg" alt="Digg" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.stumbleupon.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F&amp;title=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21" title="StumbleUpon"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/stumbleupon.png" title="StumbleUpon" alt="StumbleUpon" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F&amp;title=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21&amp;source=Newest+Industry+Web+Performance%2C+Branding%2C+and+Social+Media&amp;summary=I%20am%20extremely%20steamed%20at%20an%20article%20that%20just%20read%20on%20Caillon%27s%20Blog%20which%20basically%20encourages%20people%20to%20disable%20HTTP%20Pipelining.%0A%0AThis%20is%20the%20wrong%20approach.%0A%0AIf%20a%20server%20announces%20that%20it%20is%20HTTP%2F1.1%20compliant%2C%20then%26nbsp%3B%20it%20should%20be%20able%20to%20han" title="LinkedIn"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/linkedin.png" title="LinkedIn" alt="LinkedIn" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://reddit.com/submit?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F&amp;title=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21" title="Reddit"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/reddit.png" title="Reddit" alt="Reddit" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://slashdot.org/bookmark.pl?title=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21&amp;url=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F" title="Slashdot"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/slashdot.png" title="Slashdot" alt="Slashdot" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://www.netvouz.com/action/submitBookmark?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F&amp;title=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21&amp;popup=no" title="Netvouz"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/netvouz.png" title="Netvouz" alt="Netvouz" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://identi.ca/notice/new?status_textarea=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F" title="Identi.ca"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/identica.png" title="Identi.ca" alt="Identi.ca" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://technorati.com/faves?add=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F" title="Technorati"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/technorati.png" title="Technorati" alt="Technorati" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="http://delicious.com/post?url=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F&amp;title=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21&amp;notes=I%20am%20extremely%20steamed%20at%20an%20article%20that%20just%20read%20on%20Caillon%27s%20Blog%20which%20basically%20encourages%20people%20to%20disable%20HTTP%20Pipelining.%0A%0AThis%20is%20the%20wrong%20approach.%0A%0AIf%20a%20server%20announces%20that%20it%20is%20HTTP%2F1.1%20compliant%2C%20then%26nbsp%3B%20it%20should%20be%20able%20to%20han" title="del.icio.us"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/delicious.png" title="del.icio.us" alt="del.icio.us" class="sociable-hovers" /></a>
	<a rel="nofollow"  target="_blank" href="mailto:?subject=HTTP%20Standards%20Exist%20%26%238212%3B%20USE%20THEM%21&amp;body=http%3A%2F%2Fnewestindustry.org%2F2005%2F01%2F05%2Fhttp-standards-exist-use-them%2F" title="email"><img src="http://newestindustry.org/wp-content/plugins/sociable/images/email_link.png" title="email" alt="email" class="sociable-hovers" /></a>


<br/><br/>]]></content:encoded>
			<wfw:commentRss>http://newestindustry.org/2005/01/05/http-standards-exist-use-them/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
