<?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, @replies and Multicasting</title>
	<atom:link href="http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/feed/" rel="self" type="application/rss+xml" />
	<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/</link>
	<description>The ramblings of an often lucid mind...</description>
	<lastBuildDate>Fri, 12 Mar 2010 12:24:54 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Twitted by 2ndtymekaty</title>
		<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/comment-page-1/#comment-451</link>
		<dc:creator>Twitted by 2ndtymekaty</dc:creator>
		<pubDate>Thu, 14 May 2009 13:36:08 +0000</pubDate>
		<guid isPermaLink="false">http://briantroy.com/blog/?p=444#comment-451</guid>
		<description>[...] This post was Twitted by 2ndtymekaty - Real-url.org [...]</description>
		<content:encoded><![CDATA[<p>[...] This post was Twitted by 2ndtymekaty &#8211; Real-url.org [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: briantroy</title>
		<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/comment-page-1/#comment-550</link>
		<dc:creator>briantroy</dc:creator>
		<pubDate>Thu, 14 May 2009 04:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://briantroy.com/blog/?p=444#comment-550</guid>
		<description>I understand. But if Twitter is going to be a real-time service it will have to do EXACTLY what you need to do for video (or what I&#039;ve done for VoIP conferenece calls). &lt;br&gt;That is one of my fundamental annoyances with Twitter and the &quot;Real-Time&quot; web community - they want real-time but only if it works within the constraints of the publish/subscribe architectures they already use. We need to re-think that.&lt;br&gt;XMPP is already building in Multicast (&lt;a href=&quot;http://xmpp.org/extensions/xep-0033.html&quot; rel=&quot;nofollow&quot;&gt;http://xmpp.org/extensions/xep-0033.html&lt;/a&gt;) SIP/SIMPLE has had it for years.&lt;br&gt;I&#039;m not suggesting that part of Twitter won&#039;t continue to be publish/subscribe. I&#039;m suggesting that if they really want to be real-time publish/subscribe won&#039;t get that done.</description>
		<content:encoded><![CDATA[<p>I understand. But if Twitter is going to be a real-time service it will have to do EXACTLY what you need to do for video (or what I&#39;ve done for VoIP conferenece calls). <br />That is one of my fundamental annoyances with Twitter and the &#8220;Real-Time&#8221; web community &#8211; they want real-time but only if it works within the constraints of the publish/subscribe architectures they already use. We need to re-think that.<br />XMPP is already building in Multicast (<a href="http://xmpp.org/extensions/xep-0033.html" rel="nofollow">http://xmpp.org/extensions/xep-0033.html</a>) SIP/SIMPLE has had it for years.<br />I&#39;m not suggesting that part of Twitter won&#39;t continue to be publish/subscribe. I&#39;m suggesting that if they really want to be real-time publish/subscribe won&#39;t get that done.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/comment-page-1/#comment-549</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 14 May 2009 04:24:04 +0000</pubDate>
		<guid isPermaLink="false">http://briantroy.com/blog/?p=444#comment-549</guid>
		<description>I think the part I&#039;m stuck on is that yes, Twitter is a near-real-time system, but with the exception of the SMS gateway, Twitter is not a push mechanism.&lt;br&gt;&lt;br&gt;My background with multicast is from a live video perspective. The theory is great: I have one server and thousands of clients waiting to be pushed the same data at the same instant.&lt;br&gt;&lt;br&gt;With Twitter, my Twitter update doesn&#039;t get pushed to X people simultaneously. It gets saved into a database and waits until clients come by at their convenience and request/pull the data. Luckily, Twitter updates are immutable and can be indexed, cached, and optimized six ways from Sunday.</description>
		<content:encoded><![CDATA[<p>I think the part I&#39;m stuck on is that yes, Twitter is a near-real-time system, but with the exception of the SMS gateway, Twitter is not a push mechanism.</p>
<p>My background with multicast is from a live video perspective. The theory is great: I have one server and thousands of clients waiting to be pushed the same data at the same instant.</p>
<p>With Twitter, my Twitter update doesn&#39;t get pushed to X people simultaneously. It gets saved into a database and waits until clients come by at their convenience and request/pull the data. Luckily, Twitter updates are immutable and can be indexed, cached, and optimized six ways from Sunday.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: briantroy</title>
		<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/comment-page-1/#comment-548</link>
		<dc:creator>briantroy</dc:creator>
		<pubDate>Thu, 14 May 2009 04:08:35 +0000</pubDate>
		<guid isPermaLink="false">http://briantroy.com/blog/?p=444#comment-548</guid>
		<description>No, I never had it on. And I didn&#039;t notice a difference, I was commenting on:&lt;br&gt;1) The idea that the change would kill Follow Fridays&lt;br&gt;2) The fact that (which isn&#039;t changed by my misunderstanding the issue) multicast is vital to any large scale real-time system.&lt;br&gt;&lt;br&gt;The same situation (regarding multicast) existed with VoIP. Multicast isn&#039;t about replicating the object in the DB - as a matter of fact the &quot;object&quot; should only exist once in the DB. It is about propagating the &quot;object&quot; to 1 or many endpoints/clients efficiently. &lt;br&gt;&lt;br&gt;Think of it this way, the tweet only exists once (like a packet of real-time video) - but it has to get to a multitude of &quot;viewers&quot;. We know the efficient way to do that is multicast. Iterating through each &quot;viewer&quot; and sending the same packet over and over again just won&#039;t work at scale. &lt;br&gt;The content of the &quot;packet&quot; isn&#039;t relevant - could be status, tweet, video, audio, etc. What is relevant is that you have to send it to many endpoints in the most efficient way possible.&lt;br&gt;&lt;br&gt;I&#039;ll update the post to indicate I misunderstood the @ reply feature... My Bad.</description>
		<content:encoded><![CDATA[<p>No, I never had it on. And I didn&#39;t notice a difference, I was commenting on:<br />1) The idea that the change would kill Follow Fridays<br />2) The fact that (which isn&#39;t changed by my misunderstanding the issue) multicast is vital to any large scale real-time system.</p>
<p>The same situation (regarding multicast) existed with VoIP. Multicast isn&#39;t about replicating the object in the DB &#8211; as a matter of fact the &#8220;object&#8221; should only exist once in the DB. It is about propagating the &#8220;object&#8221; to 1 or many endpoints/clients efficiently. </p>
<p>Think of it this way, the tweet only exists once (like a packet of real-time video) &#8211; but it has to get to a multitude of &#8220;viewers&#8221;. We know the efficient way to do that is multicast. Iterating through each &#8220;viewer&#8221; and sending the same packet over and over again just won&#39;t work at scale. <br />The content of the &#8220;packet&#8221; isn&#39;t relevant &#8211; could be status, tweet, video, audio, etc. What is relevant is that you have to send it to many endpoints in the most efficient way possible.</p>
<p>I&#39;ll update the post to indicate I misunderstood the @ reply feature&#8230; My Bad.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: briantroy</title>
		<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/comment-page-1/#comment-546</link>
		<dc:creator>briantroy</dc:creator>
		<pubDate>Thu, 14 May 2009 04:01:18 +0000</pubDate>
		<guid isPermaLink="false">http://briantroy.com/blog/?p=444#comment-546</guid>
		<description>Entirely possible. It does not seem CLEAR in any of the posts I&#039;ve ready. The previous see all @ replies setting is both documented poorly and explained multiple ways by everyone. From the post Luigi cites:&lt;br&gt;What this means is that whenever you open a tweet with @, Twitter reads the submission as a reply. This:&lt;br&gt;&lt;br&gt;@Sheamus is a great guy!&lt;br&gt;&lt;br&gt;Is a very different message to this:&lt;br&gt;&lt;br&gt;I tell you who&#039;s a great guy - @Sheamus!&lt;br&gt;&lt;br&gt;Twitter absorbs these messages in different ways. The first, the reply, will be seen by the following people:&lt;br&gt;&lt;br&gt;   1. @Sheamus&lt;br&gt;   2. Anybody who is following @Sheamus and the sender of the message&lt;br&gt;   3. Anybody who, previously, had Twitter set to see all replies&lt;br&gt;&lt;br&gt;&lt;br&gt;That actually supports my supposition. &lt;br&gt;&lt;br&gt;But hey.. If I&#039;m wrong I&#039;m wrong... thanks for pointing it out.</description>
		<content:encoded><![CDATA[<p>Entirely possible. It does not seem CLEAR in any of the posts I&#39;ve ready. The previous see all @ replies setting is both documented poorly and explained multiple ways by everyone. From the post Luigi cites:<br />What this means is that whenever you open a tweet with @, Twitter reads the submission as a reply. This:</p>
<p>@Sheamus is a great guy!</p>
<p>Is a very different message to this:</p>
<p>I tell you who&#39;s a great guy &#8211; @Sheamus!</p>
<p>Twitter absorbs these messages in different ways. The first, the reply, will be seen by the following people:</p>
<p>   1. @Sheamus<br />   2. Anybody who is following @Sheamus and the sender of the message<br />   3. Anybody who, previously, had Twitter set to see all replies</p>
<p>That actually supports my supposition. </p>
<p>But hey.. If I&#39;m wrong I&#39;m wrong&#8230; thanks for pointing it out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian</title>
		<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/comment-page-1/#comment-547</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Thu, 14 May 2009 03:58:57 +0000</pubDate>
		<guid isPermaLink="false">http://briantroy.com/blog/?p=444#comment-547</guid>
		<description>You never had &quot;all @ replies&quot; on? If you noticed a difference with Twitter&#039;s settings update, then you must have. If you had &quot;@ replies to the people I&#039;m following&quot; selected, your stream should be the same now as it was before.&lt;br&gt;&lt;br&gt;I have never seen nor heard about people seeing @ replies in their streams FROM people they don&#039;t follow. Your home screen (&amp; statuses/friends_timeline API calls) should only show tweets from people you follow. Depending on the setting you had selected, you would either see 100% of tweets from those you follow (&quot;all @ replies&quot;), most tweets excluding those from your friends TO people outside of your network (&quot;@ replies to the people I&#039;m following&quot;), or only non-conversational tweets (&quot;no @ replies&quot;).&lt;br&gt;&lt;br&gt;Also, it would seem strange for Twitter to implement the multicast network protocol to replicate objects in a relational database model... Are you implying each user should have an independent db or table for the tweets of those they follow?</description>
		<content:encoded><![CDATA[<p>You never had &#8220;all @ replies&#8221; on? If you noticed a difference with Twitter&#39;s settings update, then you must have. If you had &#8220;@ replies to the people I&#39;m following&#8221; selected, your stream should be the same now as it was before.</p>
<p>I have never seen nor heard about people seeing @ replies in their streams FROM people they don&#39;t follow. Your home screen (&#038; statuses/friends_timeline API calls) should only show tweets from people you follow. Depending on the setting you had selected, you would either see 100% of tweets from those you follow (&#8220;all @ replies&#8221;), most tweets excluding those from your friends TO people outside of your network (&#8220;@ replies to the people I&#39;m following&#8221;), or only non-conversational tweets (&#8220;no @ replies&#8221;).</p>
<p>Also, it would seem strange for Twitter to implement the multicast network protocol to replicate objects in a relational database model&#8230; Are you implying each user should have an independent db or table for the tweets of those they follow?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: dalas</title>
		<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/comment-page-1/#comment-545</link>
		<dc:creator>dalas</dc:creator>
		<pubDate>Thu, 14 May 2009 03:51:48 +0000</pubDate>
		<guid isPermaLink="false">http://briantroy.com/blog/?p=444#comment-545</guid>
		<description>Luigi is right. You misunderstood the issue.</description>
		<content:encoded><![CDATA[<p>Luigi is right. You misunderstood the issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: briantroy</title>
		<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/comment-page-1/#comment-544</link>
		<dc:creator>briantroy</dc:creator>
		<pubDate>Thu, 14 May 2009 02:48:40 +0000</pubDate>
		<guid isPermaLink="false">http://briantroy.com/blog/?p=444#comment-544</guid>
		<description>Not entirely sure that is the case (per the post you cited and others):&lt;br&gt;&#039;Williams explained how this was now an important part of the network and went on to mention that 98 per cent of Twitter users left their replies on the ‘default’ setting - that is, they only saw @ replies to the people they are following.&quot;&lt;br&gt;&lt;br&gt;That being said... I may have this wrong in terms of who sees what based on an @ reply... but the issue of multicast in highly scalable real-time systems remains the same.&lt;br&gt;&lt;br&gt;If I do have this wrong I&#039;ll update the post (once I can be sure). Part of my confusion is I never had All @ Replies turned on.</description>
		<content:encoded><![CDATA[<p>Not entirely sure that is the case (per the post you cited and others):<br />&#39;Williams explained how this was now an important part of the network and went on to mention that 98 per cent of Twitter users left their replies on the ‘default’ setting &#8211; that is, they only saw @ replies to the people they are following.&#8221;</p>
<p>That being said&#8230; I may have this wrong in terms of who sees what based on an @ reply&#8230; but the issue of multicast in highly scalable real-time systems remains the same.</p>
<p>If I do have this wrong I&#39;ll update the post (once I can be sure). Part of my confusion is I never had All @ Replies turned on.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: luigimontanez</title>
		<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/comment-page-1/#comment-543</link>
		<dc:creator>luigimontanez</dc:creator>
		<pubDate>Thu, 14 May 2009 02:29:12 +0000</pubDate>
		<guid isPermaLink="false">http://briantroy.com/blog/?p=444#comment-543</guid>
		<description>This isn&#039;t what the problem was at all. If some person I don&#039;t follow tweets about someone I follow, I&#039;m not going to see that. If I follow @scobleizer and you (who I don&#039;t follow) tweet about @scobleizer, I would never see your tweet, no matter what my setting was. Twitter never did that, and probably never will.&lt;br&gt;&lt;br&gt;The &quot;show me all replies&quot; checkbox was for viewing @replies from people I do follow directed at people I don&#039;t follow. So it&#039;s trimming @replies from people you already follow.&lt;br&gt;&lt;br&gt;&lt;a href=&quot;http://twittercism.com/all-replies/&quot; rel=&quot;nofollow&quot;&gt;http://twittercism.com/all-replies/&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>This isn&#39;t what the problem was at all. If some person I don&#39;t follow tweets about someone I follow, I&#39;m not going to see that. If I follow @scobleizer and you (who I don&#39;t follow) tweet about @scobleizer, I would never see your tweet, no matter what my setting was. Twitter never did that, and probably never will.</p>
<p>The &#8220;show me all replies&#8221; checkbox was for viewing @replies from people I do follow directed at people I don&#39;t follow. So it&#39;s trimming @replies from people you already follow.</p>
<p><a href="http://twittercism.com/all-replies/" rel="nofollow">http://twittercism.com/all-replies/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: briantroy</title>
		<link>http://briantroy.com/blog/2009/05/13/twitter-replies-and-multicasting/comment-page-1/#comment-450</link>
		<dc:creator>briantroy</dc:creator>
		<pubDate>Thu, 14 May 2009 00:43:36 +0000</pubDate>
		<guid isPermaLink="false">http://briantroy.com/blog/?p=444#comment-450</guid>
		<description>I understand. But if Twitter is going to be a real-time service it will have to do EXACTLY what you need to do for video (or what I&#039;ve done for VoIP conferenece calls). &lt;br&gt;That is one of my fundamental annoyances with Twitter and the &quot;Real-Time&quot; web community - they want real-time but only if it works within the constraints of the publish/subscribe architectures they already use. We need to re-think that.&lt;br&gt;XMPP is already building in Multicast (&lt;a href=&quot;http://xmpp.org/extensions/xep-0033.html&quot; rel=&quot;nofollow&quot;&gt;http://xmpp.org/extensions/xep-0033.html&lt;/a&gt;) SIP/SIMPLE has had it for years.&lt;br&gt;I&#039;m not suggesting that part of Twitter won&#039;t continue to be publish/subscribe. I&#039;m suggesting that if they really want to be real-time publish/subscribe won&#039;t get that done.</description>
		<content:encoded><![CDATA[<p>I understand. But if Twitter is going to be a real-time service it will have to do EXACTLY what you need to do for video (or what I&#39;ve done for VoIP conferenece calls). <br />That is one of my fundamental annoyances with Twitter and the &#8220;Real-Time&#8221; web community &#8211; they want real-time but only if it works within the constraints of the publish/subscribe architectures they already use. We need to re-think that.<br />XMPP is already building in Multicast (<a href="http://xmpp.org/extensions/xep-0033.html" rel="nofollow">http://xmpp.org/extensions/xep-0033.html</a>) SIP/SIMPLE has had it for years.<br />I&#39;m not suggesting that part of Twitter won&#39;t continue to be publish/subscribe. I&#39;m suggesting that if they really want to be real-time publish/subscribe won&#39;t get that done.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
