<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php" />
  <link rel="self" type="application/atom+xml" href="http://www.readwriteweb.com/atom.xml" />
  <id>tag:www.readwriteweb.com,2011:/1/tag:www.readwriteweb.com,2009://1.17094-</id>
  <updated>2011-08-16T16:19:01Z</updated>
  <title>Comments for SPDY: Google Wants to Speed Up the Web With New Protocol</title>
  
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.35-en</generator>
  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094</id>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.readwriteweb.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=1/entry_id=17094" title="SPDY: Google Wants to Speed Up the Web With New Protocol" />
    <published>2009-11-12T19:01:36Z</published>
    <updated>2009-12-03T17:31:30Z</updated>
    <title>SPDY: Google Wants to Speed Up the Web With New Protocol</title>
    <summary>Google has just announced that it is working on a new protocol that will minimize latency and speed up the Web experience for users. SPDY (pronounced &quot;speedy&quot;) is not meant to replace HTTP, the protocol that allows Web servers and browsers to talk to each other today, tweetmeme_url = &apos;http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php&apos;; tweetmeme_source = &apos;rww&apos;; but it...</summary>
    <author>
      <name>Frederic Lardinois</name>
      
    </author>
    
    <category term="Google" />
    
    <category term="NYT" />
    
    <content type="html" xml:lang="en" xml:base="http://www.readwriteweb.com/">
      <![CDATA[<p><img alt="chromium_logo_small_nov09.jpg" src="http://www.readwriteweb.com/images/chromium_logo_small_nov09.jpg" />Google has just <a href="http://blog.chromium.org/2009/11/2x-faster-web.html">announced</a> that it is working on a <a href="http://dev.chromium.org/spdy/spdy-protocol">new protocol</a> that will minimize latency and speed up the Web experience for users. SPDY (pronounced "speedy") is not meant to replace HTTP, the protocol that allows Web servers and browsers to talk to each other today,  <font style="float: right; margin-left: 10px;"><script type="text/javascript">
tweetmeme_url = 'http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php';
tweetmeme_source = 'rww';
</script><script type="text/javascript" src="http://tweetmeme.com/i/scripts/button.js"></script></font>but it does augment HTTP. The new protocol incorporates features like multiplexed streams, request prioritization and HTTP header compression. Google has already developed a prototype Web server and a <a href="http://src.chromium.org/viewvc/chrome/trunk/src/net/flip/">version</a> of Google Chrome with built-in SPDY support. </p>]]>
      <![CDATA[<p>Google claims that pages loaded 64% faster in lab tests in which the research team downloaded the top 25 websites. Now that the SPDY team has developed workable prototypes, Google decided to open up the process and is soliciting the "active participation, feedback and assistance of the web community."</p>

<p><img alt="spdy_chart_1.png" align="right" src="http://www.readwriteweb.com/images/spdy_chart_1.png"  />In today's announcement, Google stresses that SPDY is not a replacement for HTTP. It uses HTTP methods and headers, but it overrides the parts of the protocol that manage connections and data transfer formats. </p>

<p>Google will soon release its open-source SPDY-enabled Web server. The source code for the SPDY-enabled version of Chrome can be found <a href="http://src.chromium.org/viewvc/chrome/trunk/src/net/flip/">here</a>.</p>

<h2>Creating a Faster and More Secure Web</h2>

<p>According to the <a href="http://dev.chromium.org/spdy/spdy-whitepaper">SPDY white paper</a>, the project's goals are to reduce page load times by 50%, minimize deployment complexity and avoid the need for website owners to make any changes to their sites to implement SPDY. Instead, all the hard work will happen in the client and the Web server. </p>

<p>The team also wants SPDY to allow many concurrent HTTP requests to run across one TCP session and to make SSL the standard transport protocol.</p>

<p>Google clearly has an interest in making the Web experience as fast and secure as possible for its users. One of the reasons Google released its own browser was to get every other browser developer to focus on speed again. SPDY is even more ambitious. With SPDY, Google wants to change one of the most fundamental protocols on the Internet.</p>

<p>According to Google, these are the basic improvement of SPDY over HTTP:</p>

  <ul>
    <li>Multiplexed requests. There is no limit to the number of requests that can be issued concurrently over a single SPDY connection.&#160; Because requests are interleaved on a single channel, the efficiency of TCP is much higher.</li>

    <li>Prioritized requests. Clients can request certain resources to be delivered first.&#160; This avoids the problem of congesting the network channel with non-critical resources when a high-priority request is pending.</li>

    <li>Compressed headers.&#160; Clients today send a significant amount of redundant data in the form of HTTP headers.&#160; Because a single Web page may require 50 or 100 subrequests, this data is significant. Compressing the headers saves a significant amount of latency and bandwidth compared to HTTP.</li>
  </ul>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:192261</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c192261" />
    <title>Comment from Rajesh.M on 2010-02-23</title>
    <author>
        <name>Rajesh.M</name>
        <uri>https://mail.google.com/mail/?ui=1</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="https://mail.google.com/mail/?ui=1">
        <![CDATA[<p>The war started between the gaints...in internet...I am happy looking @ the fun...& sonner going to enjoy their protocol.Hope u know what i am saying?</p>]]>
    </content>
    <published>2010-02-23T11:44:09Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:172554</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c172554" />
    <title>Comment from Matt on 2009-12-04</title>
    <author>
        <name>Matt</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>I'm having fun imagining what this comments thread would be like if it were Microsoft trying to replace http with a ZOMG PROPRIETARY "standard".</p>]]>
    </content>
    <published>2009-12-04T23:22:27Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:169469</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c169469" />
    <title>Comment from Ryan Garver on 2009-11-18</title>
    <author>
        <name>Ryan Garver</name>
        <uri>http://blog.selfmodifying.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://blog.selfmodifying.com">
        <![CDATA[<p>I think the timing on this is actually pretty good.  Google isn't the only one working on the problem, they just happen to make a bigger splash.  The web, specifically http is not designed with low latency in mind.  Despite that we need it to be fast and responsive.  I think their strategy of slipping this in between TCP and HTTP is well reasoned if they are trying to build an incremental improvement of existing technology and actually want it adopted.</p>]]>
    </content>
    <published>2009-11-19T02:26:15Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168996</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168996" />
    <title>Comment from pete on 2009-11-16</title>
    <author>
        <name>pete</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Is any of this actually necessary? for who, well obviously for Google, it gives them a competitive edge which translates into higher profits. but for everyone else including other IT employees it's not going to make any difference. i'm talking about the big picture here, not about technical specs. Wow this article was incredibly boring. the web is super speedy already. it's like the word "satisfaction" comes from an archaic language </p>]]>
    </content>
    <published>2009-11-16T21:01:51Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168822</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168822" />
    <title>Comment from Jean-François on 2009-11-15</title>
    <author>
        <name>Jean-François</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Looks like good engineering, addressing the performance issues in the correct layer. Google should call it HTTP 2.0 ;-)</p>

<p>IETF, anybody listening?</p>]]>
    </content>
    <published>2009-11-16T00:04:14Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168720</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168720" />
    <title>Comment from Paul OFlaherty on 2009-11-14</title>
    <author>
        <name>Paul OFlaherty</name>
        <uri>http://pauloflaherty.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://pauloflaherty.com">
        <![CDATA[<p>This could mean great things for the web and Google certainly has the muscle to push adoption of a new protocol, I guess we'll have to see how it stands up in the real world and how or if adoption will come.</p>]]>
    </content>
    <published>2009-11-14T19:20:19Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168718</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168718" />
    <title>Comment from nassy on 2009-11-14</title>
    <author>
        <name>nassy</name>
        <uri>http://my-buddiez.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://my-buddiez.com">
        <![CDATA[<p><a href='http://my-buddiez.com/classifieds/cashbootstrapmethod' rel="nofollow">will google down for a short moment when come out new protocol?</a></p>]]>
    </content>
    <published>2009-11-14T19:04:12Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168694</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168694" />
    <title>Comment from Quakeboy on 2009-11-14</title>
    <author>
        <name>Quakeboy</name>
        <uri>http://qdevarena.blogspot.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://qdevarena.blogspot.com">
        <![CDATA[<p>@moksha</p>

<p>its definitely going to reduce traffic all over the web if its faster.. means it is going to use less data to transmit the required message..</p>]]>
    </content>
    <published>2009-11-14T15:28:59Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168620</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168620" />
    <title>Comment from O.J. on 2009-11-13</title>
    <author>
        <name>O.J.</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>127.0.0.1 google-analytics.com</p>

<p>put it in your hosts file, and the web is nice and dandy again. oh and adblock</p>]]>
    </content>
    <published>2009-11-14T00:47:08Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168600</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168600" />
    <title>Comment from hmmm on 2009-11-13</title>
    <author>
        <name>hmmm</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@tudza</p>

<p>How is any boost in performance not doing us a favor? If your ads and analytics are loading twice as fast, will that not improve your perceived download time? </p>

<p>What is your objection to free ad supported search? Would you rather pay and not have ads? </p>]]>
    </content>
    <published>2009-11-13T23:10:36Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168599</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168599" />
    <title>Comment from hmmm on 2009-11-13</title>
    <author>
        <name>hmmm</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@Mohammed</p>

<p>Where are you getting your numbers? Sounds like a very uneducated guess to me. </p>]]>
    </content>
    <published>2009-11-13T23:06:15Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168569</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168569" />
    <title>Comment from Florist Edmonton on 2009-11-13</title>
    <author>
        <name>Florist Edmonton</name>
        <uri>http://www.jasperflorist.ca</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.jasperflorist.ca">
        <![CDATA[<p>Would like to see what others do in that way, Microsoft and open source web servers, anyway I like the idea. I will be the first one that will use Chrome web browser.</p>]]>
    </content>
    <published>2009-11-13T20:57:49Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168562</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168562" />
    <title>Comment from tudza on 2009-11-13</title>
    <author>
        <name>tudza</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Most of the time spent loading pages I look at seems to be taken up by loading ads and Google site analysis tools.  Cut out those and you've be speeding right along.</p>

<p>By trying to increase loading speeds of pages as they are, Google is really only trying to support its bottom line.  They aren't doing us any favors here.</p>]]>
    </content>
    <published>2009-11-13T20:40:00Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168535</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168535" />
    <title>Comment from dhelrod on 2009-11-13</title>
    <author>
        <name>dhelrod</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>What about using SCTP instead of TCP?  </p>

<p>SCTP is already a network standard, it supports parallel streams, was designed to work over connections with long latency (e.g. satellite links), etc.  It is aimed at replacing TCP, and its design is based on decades of TCP experience.</p>

<p>Most operating systems support SCTP already (Win XP may need a 3rd party library).</p>

<p>What is wrong with an approved standard that addresses many of the "benefits" listed for SPDY?</p>]]>
    </content>
    <published>2009-11-13T18:27:20Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168481</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168481" />
    <title>Comment from mohammed on 2009-11-13</title>
    <author>
        <name>mohammed</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>the first thing that came to my mind was the 64% improvement....in lab scenario........this may not rollover down to more than 10% in real world assuming the code is wriiten perfectly.....</p>]]>
    </content>
    <published>2009-11-13T13:03:32Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168476</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168476" />
    <title>Comment from moksha on 2009-11-13</title>
    <author>
        <name>moksha</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>@Rajesh G How will it reduce traffic on the web??</p>]]>
    </content>
    <published>2009-11-13T12:11:19Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168456</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168456" />
    <title>Comment from plillevold.myopenid.com on 2009-11-13</title>
    <author>
        <name>plillevold.myopenid.com</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Allen: when car traffic is slow, do you teach the drivers to be better at dodging the holes or do you fix the roads?</p>]]>
    </content>
    <published>2009-11-13T10:44:02Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168422</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168422" />
    <title>Comment from mike on 2009-11-12</title>
    <author>
        <name>mike</name>
        <uri>http://www.notething.com</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://www.notething.com">
        <![CDATA[<p>Great invention! Hope to see this as standard.</p>]]>
    </content>
    <published>2009-11-13T06:47:35Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168420</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168420" />
    <title>Comment from Rajesh G on 2009-11-12</title>
    <author>
        <name>Rajesh G</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Good Work Google...<br />
 Its good that someone is trying to make world(web) better.<br />
This will definitely help to reduce the traffic on net. My question here is that is there any new enhancement in SPDY for mobile devices, as tomorrows web is highly dependent upon these small devices.</p>]]>
    </content>
    <published>2009-11-13T06:13:02Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168414</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168414" />
    <title>Comment from Allen on 2009-11-12</title>
    <author>
        <name>Allen</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Most of the time I see slow page loads it comes down to poorly written Javascript and/or abuse of third party content pulled from ad-servers,  stat collectors and the like.  Neither of which this would appear to address.  </p>

<p>I dont know what you can do about web designers who abuse javascript and third party widgets. It probably only helps where designers put to many source files on the same server.  But good luck to them.  I assume that they have put it into the IETF to see if it gains traction. </p>]]>
    </content>
    <published>2009-11-13T05:07:20Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168397</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168397" />
    <title>Comment from Blake on 2009-11-12</title>
    <author>
        <name>Blake</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>typo: SLL instead of SSL ('and to make SLL the standard transport protocol.')</p>]]>
    </content>
    <published>2009-11-13T02:46:20Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168396</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168396" />
    <title>Comment from i am correct  in my point of view on 2009-11-12</title>
    <author>
        <name>i am correct  in my point of view</name>
        <uri>http://businesslamp.blogspot.com/</uri>
    </author>
    <content type="html" xml:lang="en" xml:base="http://businesslamp.blogspot.com/">
        <![CDATA[<p>wow.. google got the superb track to get the speed up the web with new protocols</p>]]>
    </content>
    <published>2009-11-13T02:44:46Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168352</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168352" />
    <title>Comment from ruiyiz on 2009-11-12</title>
    <author>
        <name>ruiyiz</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>By controlling both the client and server end, in a lab setting, only achieved 64% improvement? Seriously! If it's not some bored googlers are doing and posting it, it's not even worth a mentioning.</p>]]>
    </content>
    <published>2009-11-12T23:21:42Z</published>
  </entry>

  <entry>
    <id>tag:www.readwriteweb.com,2009://1.17094-comment:168345</id>
    <thr:in-reply-to ref="tag:www.readwriteweb.com,2009://1.17094" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php"/>
    <link rel="alternate" type="text/html" href="http://www.readwriteweb.com/archives/spdy_google_wants_to_speed_up_the_web.php#c168345" />
    <title>Comment from matthewcp on 2009-11-12</title>
    <author>
        <name>matthewcp</name>
        <uri></uri>
    </author>
    <content type="html" xml:lang="en" xml:base="">
        <![CDATA[<p>Awesome! love google!</p>]]>
    </content>
    <published>2009-11-12T22:16:44Z</published>
  </entry>

</feed>
