<?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: Notifications: the other approach</title>
	<atom:link href="http://www.gayadesign.com/articles/notifications-the-other-approach/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gayadesign.com/articles/notifications-the-other-approach/</link>
	<description>PHP, CSS, xhtml, javascript / jquery tutorials</description>
	<lastBuildDate>Sat, 18 Feb 2012 11:01:39 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
	<item>
		<title>By: Lakis</title>
		<link>http://www.gayadesign.com/articles/notifications-the-other-approach/comment-page-1/#comment-18806</link>
		<dc:creator>Lakis</dc:creator>
		<pubDate>Mon, 07 Mar 2011 14:35:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=546#comment-18806</guid>
		<description>Wow. Thanks for this. Time to start coding :)</description>
		<content:encoded><![CDATA[<p>Wow. Thanks for this. Time to start coding :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lidor</title>
		<link>http://www.gayadesign.com/articles/notifications-the-other-approach/comment-page-1/#comment-13375</link>
		<dc:creator>lidor</dc:creator>
		<pubDate>Sat, 20 Nov 2010 18:02:31 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=546#comment-13375</guid>
		<description>why its cant read hebrew?
when i write on hebrew its just remove it from the text file :\</description>
		<content:encoded><![CDATA[<p>why its cant read hebrew?<br />
when i write on hebrew its just remove it from the text file :\</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: AlexD</title>
		<link>http://www.gayadesign.com/articles/notifications-the-other-approach/comment-page-1/#comment-5823</link>
		<dc:creator>AlexD</dc:creator>
		<pubDate>Sat, 23 Jan 2010 04:13:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=546#comment-5823</guid>
		<description>I&#039;d use the ape-server to push it :)</description>
		<content:encoded><![CDATA[<p>I&#8217;d use the ape-server to push it :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaya</title>
		<link>http://www.gayadesign.com/articles/notifications-the-other-approach/comment-page-1/#comment-4636</link>
		<dc:creator>Gaya</dc:creator>
		<pubDate>Mon, 14 Dec 2009 08:22:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=546#comment-4636</guid>
		<description>Hi Rein,

The stuff you&#039;ve said could cause some problems indeed. I have no clue if single treaded servers still exist, if this is so: why? haha. I mean, only being able to handle a single request sucks. I really hope that sleep doesn&#039;t interfere, if this is so: then this approach should not be used.
I have no idea what this script would do if a lot of different requests are being made, should test it out!

Thanks for the long comment Rein!</description>
		<content:encoded><![CDATA[<p>Hi Rein,</p>
<p>The stuff you&#8217;ve said could cause some problems indeed. I have no clue if single treaded servers still exist, if this is so: why? haha. I mean, only being able to handle a single request sucks. I really hope that sleep doesn&#8217;t interfere, if this is so: then this approach should not be used.<br />
I have no idea what this script would do if a lot of different requests are being made, should test it out!</p>
<p>Thanks for the long comment Rein!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rynus_Rein</title>
		<link>http://www.gayadesign.com/articles/notifications-the-other-approach/comment-page-1/#comment-4624</link>
		<dc:creator>Rynus_Rein</dc:creator>
		<pubDate>Sun, 13 Dec 2009 22:27:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=546#comment-4624</guid>
		<description>A rather interesting approach for implementing message pushing but think I wouldn&#039;t go this way. Imaging each message pushing &#039;line&#039; using 1 connection, blocking it for 30 (max_execution_time is 30 by default right?) seconds. With a single-threaded webserver it&#039;d mean that the webserver doesn&#039;t serve any other requests for 30 seconds.
In a multi-threaded environment, any website with a moderate amount of concurrent users would probably be rendered unresponsive (as your webserver of choice probably has defined a max. number of connections) or in the worst case your server runs out of memory (because of all the client connections).
As I said, an interesting approach but probably not my tool of choice :-)

Correct me if I&#039;m wrong though.</description>
		<content:encoded><![CDATA[<p>A rather interesting approach for implementing message pushing but think I wouldn&#8217;t go this way. Imaging each message pushing &#8216;line&#8217; using 1 connection, blocking it for 30 (max_execution_time is 30 by default right?) seconds. With a single-threaded webserver it&#8217;d mean that the webserver doesn&#8217;t serve any other requests for 30 seconds.<br />
In a multi-threaded environment, any website with a moderate amount of concurrent users would probably be rendered unresponsive (as your webserver of choice probably has defined a max. number of connections) or in the worst case your server runs out of memory (because of all the client connections).<br />
As I said, an interesting approach but probably not my tool of choice :-)</p>
<p>Correct me if I&#8217;m wrong though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaya</title>
		<link>http://www.gayadesign.com/articles/notifications-the-other-approach/comment-page-1/#comment-3560</link>
		<dc:creator>Gaya</dc:creator>
		<pubDate>Tue, 03 Nov 2009 09:52:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=546#comment-3560</guid>
		<description>Thanks for the comment Drew! Stay tuned for more madness ;)</description>
		<content:encoded><![CDATA[<p>Thanks for the comment Drew! Stay tuned for more madness ;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Drew</title>
		<link>http://www.gayadesign.com/articles/notifications-the-other-approach/comment-page-1/#comment-3544</link>
		<dc:creator>Drew</dc:creator>
		<pubDate>Mon, 02 Nov 2009 21:12:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=546#comment-3544</guid>
		<description>This is awesome work Gaya, but I wouldn&#039;t expect less from you, keep it up!</description>
		<content:encoded><![CDATA[<p>This is awesome work Gaya, but I wouldn&#8217;t expect less from you, keep it up!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gaya</title>
		<link>http://www.gayadesign.com/articles/notifications-the-other-approach/comment-page-1/#comment-3301</link>
		<dc:creator>Gaya</dc:creator>
		<pubDate>Tue, 27 Oct 2009 17:03:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=546#comment-3301</guid>
		<description>Thanks for the comments Yoosuf! Hope this will help you in the future :)</description>
		<content:encoded><![CDATA[<p>Thanks for the comments Yoosuf! Hope this will help you in the future :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoosuf</title>
		<link>http://www.gayadesign.com/articles/notifications-the-other-approach/comment-page-1/#comment-3300</link>
		<dc:creator>Yoosuf</dc:creator>
		<pubDate>Tue, 27 Oct 2009 16:30:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=546#comment-3300</guid>
		<description>just watch the video, awesome work buddy</description>
		<content:encoded><![CDATA[<p>just watch the video, awesome work buddy</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yoosuf</title>
		<link>http://www.gayadesign.com/articles/notifications-the-other-approach/comment-page-1/#comment-3296</link>
		<dc:creator>Yoosuf</dc:creator>
		<pubDate>Tue, 27 Oct 2009 07:48:03 +0000</pubDate>
		<guid isPermaLink="false">http://www.gayadesign.com/?p=546#comment-3296</guid>
		<description>woow, its really nice work, appreciate it, nice thought! ultimatly u are using jQuery.

nice work</description>
		<content:encoded><![CDATA[<p>woow, its really nice work, appreciate it, nice thought! ultimatly u are using jQuery.</p>
<p>nice work</p>
]]></content:encoded>
	</item>
</channel>
</rss>

