<?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: Twitter needs to get creative</title>
	<atom:link href="http://snowedin.net/blog/2008/05/22/twitter-needs-to-get-creative/feed/" rel="self" type="application/rss+xml" />
	<link>http://snowedin.net/blog/2008/05/22/twitter-needs-to-get-creative/</link>
	<description></description>
	<lastBuildDate>Thu, 11 Mar 2010 21:35:50 -0500</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: erik</title>
		<link>http://snowedin.net/blog/2008/05/22/twitter-needs-to-get-creative/comment-page-1/#comment-862</link>
		<dc:creator>erik</dc:creator>
		<pubDate>Sun, 25 May 2008 07:23:28 +0000</pubDate>
		<guid isPermaLink="false">http://snowedin.net/blog/2008/05/22/twitter-needs-to-get-creative/#comment-862</guid>
		<description>Leif,

I don&#039;t buy it.  Saving items in a &quot;sent items&quot; store on the user&#039;s local server should be trivial.  Almost all email applications do this.  And the friends list can be stored locally too.  There&#039;s no need to compile friends lists across different users (i.e., who are the friends of BOTH Joe and Bob?) so that&#039;s a trivial lookup.

You&#039;re right that the number of recipients is sometimes large (tens of thousands) but only a few users have that many followers.  What matters for scalability is the average number of recipients, which is probably pretty reasonably (~50 or so).

I just don&#039;t buy the &quot;oh, it&#039;s so complicated&quot; argument.  It&#039;s not complicated.  They just chose a shitty architecture to begin with because they didn&#039;t think it through, and now they&#039;re having a hard time because they have to do the transition while under a huge load and whilst trying to maintain uptime.

Not that I don&#039;t sympathize with them... architecture is hard.  I&#039;m just pointing out that the architecture they need isn&#039;t some crazy new thing.  It&#039;s been around a long time, they just didn&#039;t realize they needed it.

Erik</description>
		<content:encoded><![CDATA[<p>Leif,</p>
<p>I don&#8217;t buy it.  Saving items in a &#8220;sent items&#8221; store on the user&#8217;s local server should be trivial.  Almost all email applications do this.  And the friends list can be stored locally too.  There&#8217;s no need to compile friends lists across different users (i.e., who are the friends of BOTH Joe and Bob?) so that&#8217;s a trivial lookup.</p>
<p>You&#8217;re right that the number of recipients is sometimes large (tens of thousands) but only a few users have that many followers.  What matters for scalability is the average number of recipients, which is probably pretty reasonably (~50 or so).</p>
<p>I just don&#8217;t buy the &#8220;oh, it&#8217;s so complicated&#8221; argument.  It&#8217;s not complicated.  They just chose a shitty architecture to begin with because they didn&#8217;t think it through, and now they&#8217;re having a hard time because they have to do the transition while under a huge load and whilst trying to maintain uptime.</p>
<p>Not that I don&#8217;t sympathize with them&#8230; architecture is hard.  I&#8217;m just pointing out that the architecture they need isn&#8217;t some crazy new thing.  It&#8217;s been around a long time, they just didn&#8217;t realize they needed it.</p>
<p>Erik</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Leif</title>
		<link>http://snowedin.net/blog/2008/05/22/twitter-needs-to-get-creative/comment-page-1/#comment-863</link>
		<dc:creator>Leif</dc:creator>
		<pubDate>Sat, 24 May 2008 06:07:03 +0000</pubDate>
		<guid isPermaLink="false">http://snowedin.net/blog/2008/05/22/twitter-needs-to-get-creative/#comment-863</guid>
		<description>I think there are some pretty big differences between Twitter and SMTP, most of which have to do with recalling or modifying system state.

For instance, an SMTP message, once delivered to a peer, can be forgotten about completely by the sender. Twitter, on the other hand, wants to remember every single message that gets sent by every user for all time, I suppose so that people can check the web site at any point in the future and see what someone sent at any point in the past. SMTP would croak, too, if it had to handle this.

A second difference having to do with system state is recalling the sometimes-large number of friends/recipients that messages need to be relayed to. With SMTP, the recipients of each message are literally written within the message itself : The onus is on the message writer, not the system, to remember whom to send a message to. Twitter takes this onus from the user and places it on its database.

So I&#039;m not really convinced you can replace all of the features of Twitter with something like SMTP, at least not without a lot of person-hours. But with just one or two people at Twitter working on infrastructure, such tasks are probably pie-in-the-sky compared with just keeping the database from catching on fire.</description>
		<content:encoded><![CDATA[<p>I think there are some pretty big differences between Twitter and SMTP, most of which have to do with recalling or modifying system state.</p>
<p>For instance, an SMTP message, once delivered to a peer, can be forgotten about completely by the sender. Twitter, on the other hand, wants to remember every single message that gets sent by every user for all time, I suppose so that people can check the web site at any point in the future and see what someone sent at any point in the past. SMTP would croak, too, if it had to handle this.</p>
<p>A second difference having to do with system state is recalling the sometimes-large number of friends/recipients that messages need to be relayed to. With SMTP, the recipients of each message are literally written within the message itself : The onus is on the message writer, not the system, to remember whom to send a message to. Twitter takes this onus from the user and places it on its database.</p>
<p>So I&#8217;m not really convinced you can replace all of the features of Twitter with something like SMTP, at least not without a lot of person-hours. But with just one or two people at Twitter working on infrastructure, such tasks are probably pie-in-the-sky compared with just keeping the database from catching on fire.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
