<?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: Dissecting AJAX Server Push</title>
	<atom:link href="http://www.subbu.org/blog/2006/04/dissecting-ajax-server-push/feed" rel="self" type="application/rss+xml" />
	<link>http://www.subbu.org/blog/2006/04/dissecting-ajax-server-push</link>
	<description>HTTP, REST and some Cycling</description>
	<pubDate>Thu, 20 Nov 2008 16:38:00 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chithirai selvakumar</title>
		<link>http://www.subbu.org/blog/2006/04/dissecting-ajax-server-push/comment-page-1#comment-105</link>
		<dc:creator>Chithirai selvakumar</dc:creator>
		<pubDate>Thu, 17 Apr 2008 01:52:31 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/04/dissecting-ajax-server-push/#comment-105</guid>
		<description>Hi this is chithirai selvakumar from chennai.I'm a Dot net programmer .But now  i have to implement this concept in  java to push data from server to browser.plz can you send me some examples with source code for Ajax server push
</description>
		<content:encoded><![CDATA[<p>Hi this is chithirai selvakumar from chennai.I&#8217;m a Dot net programmer .But now  i have to implement this concept in  java to push data from server to browser.plz can you send me some examples with source code for Ajax server push</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: omendra</title>
		<link>http://www.subbu.org/blog/2006/04/dissecting-ajax-server-push/comment-page-1#comment-104</link>
		<dc:creator>omendra</dc:creator>
		<pubDate>Fri, 30 Nov 2007 03:20:28 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/04/dissecting-ajax-server-push/#comment-104</guid>
		<description>Hi,
Does Mozilla process event handler onSend, for each sub part of mime data coming from server as soon as it arrives or only after data stream closes,  I tried doing this but mozilla waits till server closed the data stream.
</description>
		<content:encoded><![CDATA[<p>Hi,<br />
Does Mozilla process event handler onSend, for each sub part of mime data coming from server as soon as it arrives or only after data stream closes,  I tried doing this but mozilla waits till server closed the data stream.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Shawn</title>
		<link>http://www.subbu.org/blog/2006/04/dissecting-ajax-server-push/comment-page-1#comment-103</link>
		<dc:creator>Shawn</dc:creator>
		<pubDate>Fri, 08 Dec 2006 08:54:53 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/04/dissecting-ajax-server-push/#comment-103</guid>
		<description>As I have said to many, I have found that AJAX push IS possible using long polling.

&lt;a href="http://www.sentertainment.net/blog/" rel="nofollow"&gt;&lt;a href="http://www.sentertainment.net/blog/" rel="nofollow"&gt;http://www.sentertainment.net/blog/&lt;/a&gt;&lt;/a&gt;
</description>
		<content:encoded><![CDATA[<p>As I have said to many, I have found that AJAX push IS possible using long polling.</p>
<p><a href="http://www.sentertainment.net/blog/" rel="nofollow"></a><a href="http://www.sentertainment.net/blog/" rel="nofollow">http://www.sentertainment.net/blog/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Phil Endecott</title>
		<link>http://www.subbu.org/blog/2006/04/dissecting-ajax-server-push/comment-page-1#comment-102</link>
		<dc:creator>Phil Endecott</dc:creator>
		<pubDate>Tue, 12 Sep 2006 14:23:40 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/04/dissecting-ajax-server-push/#comment-102</guid>
		<description>Have you seen Anyterm?  (http://anyterm.org/)

It doesn't use mixed-replace, but rather sends each chunk of data in its own response.  As soon as it gets a response the client sends a new request.  The server doesn't reply until it has new data to send, or a timeout has occurred.

The performance is quite respectable, as you'll see if you try the demos on the anyterm web site.

I'm now using the same technqiue in Decimail Webmail (http://deimail.org/webmail/) for asynchronous new mail notification.
</description>
		<content:encoded><![CDATA[<p>Have you seen Anyterm?  (http://anyterm.org/)</p>
<p>It doesn&#8217;t use mixed-replace, but rather sends each chunk of data in its own response.  As soon as it gets a response the client sends a new request.  The server doesn&#8217;t reply until it has new data to send, or a timeout has occurred.</p>
<p>The performance is quite respectable, as you&#8217;ll see if you try the demos on the anyterm web site.</p>
<p>I&#8217;m now using the same technqiue in Decimail Webmail (http://deimail.org/webmail/) for asynchronous new mail notification.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alan</title>
		<link>http://www.subbu.org/blog/2006/04/dissecting-ajax-server-push/comment-page-1#comment-101</link>
		<dc:creator>Alan</dc:creator>
		<pubDate>Sun, 04 Jun 2006 22:34:55 +0000</pubDate>
		<guid isPermaLink="false">http://wp.subbu.org/2006/04/dissecting-ajax-server-push/#comment-101</guid>
		<description>I was fascinated by this post, as I was unaware of the MIME type you describe and have been attempting to write a web-based chat app using "comet."  I've gone the frame approach and most recently tried and failed and using the "slow-load" in combination with an XMLHTTPRequest (it hangs the browser.)

Any idea how Meebo.com pushes data from server to client?  I don't see evidence of frames but in one of their blog posts they mention "long polling."  Cheers, Alan
</description>
		<content:encoded><![CDATA[<p>I was fascinated by this post, as I was unaware of the MIME type you describe and have been attempting to write a web-based chat app using &#8220;comet.&#8221;  I&#8217;ve gone the frame approach and most recently tried and failed and using the &#8220;slow-load&#8221; in combination with an XMLHTTPRequest (it hangs the browser.)</p>
<p>Any idea how Meebo.com pushes data from server to client?  I don&#8217;t see evidence of frames but in one of their blog posts they mention &#8220;long polling.&#8221;  Cheers, Alan</p>
]]></content:encoded>
	</item>
</channel>
</rss>
