<?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: Ajax based streaming and progress monitor	</title>
	<atom:link href="https://www.binarytides.com/ajax-based-streaming-without-polling/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.binarytides.com/ajax-based-streaming-without-polling/</link>
	<description>News, Technology, Entertainment and more</description>
	<lastBuildDate>Tue, 02 May 2023 04:36:54 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-354328</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Tue, 02 May 2023 04:36:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-354328</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-110316&quot;&gt;Jay&lt;/a&gt;.

you need to debug both the server and client separately. first check if the server is outputting the progress data at correct time intervals or not.

Next check your ajax code and inspect with browser inspector to see what response is the browser getting.

There can be issues like server side buffering.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-110316">Jay</a>.</p>
<p>you need to debug both the server and client separately. first check if the server is outputting the progress data at correct time intervals or not.</p>
<p>Next check your ajax code and inspect with browser inspector to see what response is the browser getting.</p>
<p>There can be issues like server side buffering.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jay		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-110316</link>

		<dc:creator><![CDATA[Jay]]></dc:creator>
		<pubDate>Wed, 15 Mar 2017 00:58:40 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-110316</guid>

					<description><![CDATA[Hi!

I tried this in my local laravel development and it works great.
But when I deployed it to my production server (LEMP)... it does not work anymore.. is there a specific configuration needed for LEMP in order for this to work?

Thanks.]]></description>
			<content:encoded><![CDATA[<p>Hi!</p>
<p>I tried this in my local laravel development and it works great.<br />
But when I deployed it to my production server (LEMP)&#8230; it does not work anymore.. is there a specific configuration needed for LEMP in order for this to work?</p>
<p>Thanks.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Victor Gen		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-83105</link>

		<dc:creator><![CDATA[Victor Gen]]></dc:creator>
		<pubDate>Fri, 10 Jun 2016 23:42:51 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-83105</guid>

					<description><![CDATA[Hi silver, nice script! Have you observed how it behaves on slow internet like mobile networks? It fails on JSON.parse line and it looks like the new_response doesn&#039;t do the job. I&#039;m wondering if there&#039;s better way of consuming incremental json feed over sloooooow internet like 3g mobile networks. Though, it works fine when you switch to WIFI.]]></description>
			<content:encoded><![CDATA[<p>Hi silver, nice script! Have you observed how it behaves on slow internet like mobile networks? It fails on JSON.parse line and it looks like the new_response doesn&#8217;t do the job. I&#8217;m wondering if there&#8217;s better way of consuming incremental json feed over sloooooow internet like 3g mobile networks. Though, it works fine when you switch to WIFI.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Dimitar Ivanov		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-67952</link>

		<dc:creator><![CDATA[Dimitar Ivanov]]></dc:creator>
		<pubDate>Tue, 02 Jun 2015 18:55:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-67952</guid>

					<description><![CDATA[Silver, your approach is nice, however you may find useful to see my blog post on how to display task progress using the HTML progress element and ProgressEvent W3C recommendation: http://zinoui.com/blog/ajax-request-progress-bar]]></description>
			<content:encoded><![CDATA[<p>Silver, your approach is nice, however you may find useful to see my blog post on how to display task progress using the HTML progress element and ProgressEvent W3C recommendation: <a href="http://zinoui.com/blog/ajax-request-progress-bar" rel="nofollow ugc">http://zinoui.com/blog/ajax-request-progress-bar</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carlos Vinicius		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-67481</link>

		<dc:creator><![CDATA[Carlos Vinicius]]></dc:creator>
		<pubDate>Wed, 08 Oct 2014 15:28:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-67481</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65689&quot;&gt;Gunstick&lt;/a&gt;.

Make sure your Apache installation is properly configured to support the `text/octet-stream` content type.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65689">Gunstick</a>.</p>
<p>Make sure your Apache installation is properly configured to support the `text/octet-stream` content type.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Gunstick		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65689</link>

		<dc:creator><![CDATA[Gunstick]]></dc:creator>
		<pubDate>Sun, 01 Sep 2013 20:27:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-65689</guid>

					<description><![CDATA[It does not work if you just use it on a standard apache/php installation. apache seems to buffer everything until the php code is done, ignoring any flush or no-cache.]]></description>
			<content:encoded><![CDATA[<p>It does not work if you just use it on a standard apache/php installation. apache seems to buffer everything until the php code is done, ignoring any flush or no-cache.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Timmaeh		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65601</link>

		<dc:creator><![CDATA[Timmaeh]]></dc:creator>
		<pubDate>Tue, 02 Jul 2013 11:31:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-65601</guid>

					<description><![CDATA[I&#039;ve been working on this now and updated the script, so it works with and without heavy load. I&#039;m trying to implement a fallback for IE, will post an update here ^^]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been working on this now and updated the script, so it works with and without heavy load. I&#8217;m trying to implement a fallback for IE, will post an update here ^^</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65582</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Wed, 26 Jun 2013 16:01:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-65582</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65581&quot;&gt;4esn0k&lt;/a&gt;.

The progress event object as mentioned here
https://dvcs.w3.org/hg/progress/raw-file/tip/Overview.html

provides only the length of the data loaded and the total length to be loaded.

can it be used to read server response in chunks to evaluate the progress of the server side process ?]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65581">4esn0k</a>.</p>
<p>The progress event object as mentioned here<br />
<a href="https://dvcs.w3.org/hg/progress/raw-file/tip/Overview.html" rel="nofollow ugc">https://dvcs.w3.org/hg/progress/raw-file/tip/Overview.html</a></p>
<p>provides only the length of the data loaded and the total length to be loaded.</p>
<p>can it be used to read server response in chunks to evaluate the progress of the server side process ?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: 4esn0k		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65581</link>

		<dc:creator><![CDATA[4esn0k]]></dc:creator>
		<pubDate>Wed, 26 Jun 2013 11:38:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-65581</guid>

					<description><![CDATA[&#062;&#062; So it still remains a question if this is really a feature or just something by chance. And whether would it be there always.
Did you read a section about &quot;progress&quot; event in the spec?]]></description>
			<content:encoded><![CDATA[<p>&gt;&gt; So it still remains a question if this is really a feature or just something by chance. And whether would it be there always.<br />
Did you read a section about &#8220;progress&#8221; event in the spec?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65389</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Fri, 08 Mar 2013 02:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-65389</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65388&quot;&gt;pclem&lt;/a&gt;.

yes, it works on ie10+


i updated the demo. on browsers not supporting the feature, you should see the progressbar at 100% mark once the request completes.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65388">pclem</a>.</p>
<p>yes, it works on ie10+</p>
<p>i updated the demo. on browsers not supporting the feature, you should see the progressbar at 100% mark once the request completes.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: pclem		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65388</link>

		<dc:creator><![CDATA[pclem]]></dc:creator>
		<pubDate>Thu, 07 Mar 2013 15:39:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-65388</guid>

					<description><![CDATA[For the record, this does NOT work in IE 8. None of the progress messages are shown, and it doesn&#039;t even indicate that the request is complete when all of the messages have been received.]]></description>
			<content:encoded><![CDATA[<p>For the record, this does NOT work in IE 8. None of the progress messages are shown, and it doesn&#8217;t even indicate that the request is complete when all of the messages have been received.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Silver Moon		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65387</link>

		<dc:creator><![CDATA[Silver Moon]]></dc:creator>
		<pubDate>Thu, 07 Mar 2013 14:51:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-65387</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65386&quot;&gt;roryh&lt;/a&gt;.

probably ie 10 onwards has support for this.

check this msdn blog post for more information

http://blogs.msdn.com/b/ieinternals/archive/2010/04/06/comet-streaming-in-internet-explorer-with-xmlhttprequest-and-xdomainrequest.aspx]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65386">roryh</a>.</p>
<p>probably ie 10 onwards has support for this.</p>
<p>check this msdn blog post for more information</p>
<p><a href="http://blogs.msdn.com/b/ieinternals/archive/2010/04/06/comet-streaming-in-internet-explorer-with-xmlhttprequest-and-xdomainrequest.aspx" rel="nofollow ugc">http://blogs.msdn.com/b/ieinternals/archive/2010/04/06/comet-streaming-in-internet-explorer-with-xmlhttprequest-and-xdomainrequest.aspx</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: roryh		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65386</link>

		<dc:creator><![CDATA[roryh]]></dc:creator>
		<pubDate>Thu, 07 Mar 2013 14:06:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-65386</guid>

					<description><![CDATA[Hmmm. Microsoft claims this is not possible in IE :-/]]></description>
			<content:encoded><![CDATA[<p>Hmmm. Microsoft claims this is not possible in IE :-/</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: roryh		</title>
		<link>https://www.binarytides.com/ajax-based-streaming-without-polling/comment-page-1/#comment-65385</link>

		<dc:creator><![CDATA[roryh]]></dc:creator>
		<pubDate>Thu, 07 Mar 2013 14:02:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.codekites.com/?p=3807#comment-65385</guid>

					<description><![CDATA[Any idea what versions of Ie support this?]]></description>
			<content:encoded><![CDATA[<p>Any idea what versions of Ie support this?</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
