<?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: Cross Domain Comet</title>
	<atom:link href="http://infrequently.org/2006/07/cross-domain-comet/feed/" rel="self" type="application/rss+xml" />
	<link>http://infrequently.org/2006/07/cross-domain-comet/</link>
	<description></description>
	<lastBuildDate>Thu, 09 Feb 2012 21:30:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: The Future of Comet: Part 1, Comet Today &#171; Vinay&#8217;s Tech blog</title>
		<link>http://infrequently.org/2006/07/cross-domain-comet/comment-page-1/#comment-235279</link>
		<dc:creator>The Future of Comet: Part 1, Comet Today &#171; Vinay&#8217;s Tech blog</dc:creator>
		<pubDate>Thu, 25 Sep 2008 18:58:07 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=567#comment-235279</guid>
		<description>[...] Instead, we must turn to “dynamic” script tags—sometimes called “JSONP”—in a method described by Alex Russell last year, which I call “CometP”. We use JavaScript to create a script tag, [...]</description>
		<content:encoded><![CDATA[<p>[...] Instead, we must turn to “dynamic” script tags—sometimes called “JSONP”—in a method described by Alex Russell last year, which I call “CometP”. We use JavaScript to create a script tag, [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Comet Daily &#187; Blog Archive &#187; The Future of Comet: Part 1, Comet Today</title>
		<link>http://infrequently.org/2006/07/cross-domain-comet/comment-page-1/#comment-214148</link>
		<dc:creator>Comet Daily &#187; Blog Archive &#187; The Future of Comet: Part 1, Comet Today</dc:creator>
		<pubDate>Tue, 11 Dec 2007 12:38:05 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=567#comment-214148</guid>
		<description>[...] If we need completely cross-domain Comet, browser security policies render all of the previous transports inoperable. Instead, we must turn to &#8220;dynamic&#8221; script tags—sometimes called &#8220;JSONP&#8220;—in a method described by Alex Russell last year, which I call &#8220;CometP&#8221;. We use JavaScript to create a script tag, setting its source to our Comet server. This connection stays open until the server has new data to send, at which point the browser executes the script, and we open up another script tag to wait for the next event. The performance here is comparable to XHR long polling, but this works across domains. [...]</description>
		<content:encoded><![CDATA[<p>[...] If we need completely cross-domain Comet, browser security policies render all of the previous transports inoperable. Instead, we must turn to &#8220;dynamic&#8221; script tags—sometimes called &#8220;JSONP&#8220;—in a method described by Alex Russell last year, which I call &#8220;CometP&#8221;. We use JavaScript to create a script tag, setting its source to our Comet server. This connection stays open until the server has new data to send, at which point the browser executes the script, and we open up another script tag to wait for the next event. The performance here is comparable to XHR long polling, but this works across domains. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Graspin&#8217; da twingling! &#187; Archive &#187; Cross Domain Comet</title>
		<link>http://infrequently.org/2006/07/cross-domain-comet/comment-page-1/#comment-80572</link>
		<dc:creator>Graspin&#8217; da twingling! &#187; Archive &#187; Cross Domain Comet</dc:creator>
		<pubDate>Fri, 16 Feb 2007 08:51:47 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=567#comment-80572</guid>
		<description>[...] I have been playing around with the twisted  cometd in a cross domain configuration. Alex Russel (From the dojotoolkit foundation) in his article mentioned that he got it to work in a cross domain setting. The technique used to do this was to initially use the jsonp transport in the callback polling mode and fallback to long polling. I have already spent 2 days now trying to understand why it doesnot work. I am not a great Javascript hacker but I know that Javascript doesnot support threading yet. Asynchronous updates are possible if you use iframes or xmlhttp. So how does Alex&#8217;s technique work ( I havent seen it work yet ??). [...]</description>
		<content:encoded><![CDATA[<p>[...] I have been playing around with the twisted  cometd in a cross domain configuration. Alex Russel (From the dojotoolkit foundation) in his article mentioned that he got it to work in a cross domain setting. The technique used to do this was to initially use the jsonp transport in the callback polling mode and fallback to long polling. I have already spent 2 days now trying to understand why it doesnot work. I am not a great Javascript hacker but I know that Javascript doesnot support threading yet. Asynchronous updates are possible if you use iframes or xmlhttp. So how does Alex&#8217;s technique work ( I havent seen it work yet ??). [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Harish</title>
		<link>http://infrequently.org/2006/07/cross-domain-comet/comment-page-1/#comment-80346</link>
		<dc:creator>Harish</dc:creator>
		<pubDate>Thu, 15 Feb 2007 13:58:33 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=567#comment-80346</guid>
		<description>I wonder how the long polling can work &quot;normally&quot; when the client doesnt give the control back to the browser?</description>
		<content:encoded><![CDATA[<p>I wonder how the long polling can work &#8220;normally&#8221; when the client doesnt give the control back to the browser?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aminorex</title>
		<link>http://infrequently.org/2006/07/cross-domain-comet/comment-page-1/#comment-51534</link>
		<dc:creator>Aminorex</dc:creator>
		<pubDate>Mon, 30 Oct 2006 01:48:26 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=567#comment-51534</guid>
		<description>If you want to run scalable services at low latency using ajax transport, you would probably be interested in &lt;a href=&quot;http://rphd.sourceforge.net/&quot; rel=&quot;nofollow&quot;&gt;rphd&lt;/a&gt;, the Ajax/Comet Request Router.</description>
		<content:encoded><![CDATA[<p>If you want to run scalable services at low latency using ajax transport, you would probably be interested in <a href="http://rphd.sourceforge.net/" rel="nofollow">rphd</a>, the Ajax/Comet Request Router.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Life is Beautiful</title>
		<link>http://infrequently.org/2006/07/cross-domain-comet/comment-page-1/#comment-51520</link>
		<dc:creator>Life is Beautiful</dc:creator>
		<pubDate>Sun, 29 Oct 2006 23:33:01 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=567#comment-51520</guid>
		<description>&lt;strong&gt;Live Page-View Counter, Comet server and JSON-push&lt;/strong&gt;

This Live Page-View Counter is an experimental implementation of live version of page-view counter, which displays the current page-views, dynamically updating the counter on the HTML page, utilizing Comet server and JSON, which I call JSON-push. Overv...</description>
		<content:encoded><![CDATA[<p><strong>Live Page-View Counter, Comet server and JSON-push</strong></p>
<p>This Live Page-View Counter is an experimental implementation of live version of page-view counter, which displays the current page-views, dynamically updating the counter on the HTML page, utilizing Comet server and JSON, which I call JSON-push. Overv&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JasonKolb.com</title>
		<link>http://infrequently.org/2006/07/cross-domain-comet/comment-page-1/#comment-42729</link>
		<dc:creator>JasonKolb.com</dc:creator>
		<pubDate>Thu, 03 Aug 2006 19:20:06 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=567#comment-42729</guid>
		<description>&lt;strong&gt;Web 2.0 and AJAX Security Vulnerabilities&lt;/strong&gt;

Ajaxian has a post about some sessions at the Black Hat USA 2006 conference. I&#039;m quite honestly surprised that this is just gaining some press now, I&#039;ve figured it would happen sooner than it has (but that&#039;s typical for me</description>
		<content:encoded><![CDATA[<p><strong>Web 2.0 and AJAX Security Vulnerabilities</strong></p>
<p>Ajaxian has a post about some sessions at the Black Hat USA 2006 conference. I&#8217;m quite honestly surprised that this is just gaining some press now, I&#8217;ve figured it would happen sooner than it has (but that&#8217;s typical for me</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Agile Ajax</title>
		<link>http://infrequently.org/2006/07/cross-domain-comet/comment-page-1/#comment-42392</link>
		<dc:creator>Agile Ajax</dc:creator>
		<pubDate>Thu, 27 Jul 2006 04:00:59 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=567#comment-42392</guid>
		<description>&lt;strong&gt;Cross Domain Comet&lt;/strong&gt;

I hate to be a blog echo chamber, but this post from Alex Russell of Dojo Toolkit is worth spreading around a bit more.</description>
		<content:encoded><![CDATA[<p><strong>Cross Domain Comet</strong></p>
<p>I hate to be a blog echo chamber, but this post from Alex Russell of Dojo Toolkit is worth spreading around a bit more.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ajaxian &#187; Cross Domain Comet</title>
		<link>http://infrequently.org/2006/07/cross-domain-comet/comment-page-1/#comment-42369</link>
		<dc:creator>Ajaxian &#187; Cross Domain Comet</dc:creator>
		<pubDate>Wed, 26 Jul 2006 14:42:21 +0000</pubDate>
		<guid isPermaLink="false">http://alex.dojotoolkit.org/?p=567#comment-42369</guid>
		<description>[...] Adding on to the last post on cross domain XHR, Cometd now supports working across domains, without plugins. [...]</description>
		<content:encoded><![CDATA[<p>[...] Adding on to the last post on cross domain XHR, Cometd now supports working across domains, without plugins. [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

