<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments on: Plack Vs FastCGI</title>
	<atom:link href="http://curiousprogrammer.wordpress.com/2011/05/16/plack-vs-fastcgi/feed/" rel="self" type="application/rss+xml" />
	<link>http://curiousprogrammer.wordpress.com/2011/05/16/plack-vs-fastcgi/</link>
	<description>Leveraging Perl and Emacs</description>
	<lastBuildDate>Tue, 07 May 2013 11:25:25 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>By: Jakub Narębski</title>
		<link>http://curiousprogrammer.wordpress.com/2011/05/16/plack-vs-fastcgi/#comment-8975</link>
		<dc:creator><![CDATA[Jakub Narębski]]></dc:creator>
		<pubDate>Mon, 16 May 2011 10:15:39 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1561#comment-8975</guid>
		<description><![CDATA[From &lt;a href=&quot;http://p3rl.org/PSGI&quot; rel=&quot;nofollow&quot;&gt;PSGI&lt;/a&gt; specification:

&lt;blockquote&gt;
The response body is returned from the application in one of following two types of scalar variable:
[...]
* An IO::Handle-like object or a built-in filehandle.

[...]

PSGI interface allows applications and servers optionally handle callback-style response (instead of three-element array reference) to delay the HTTP response and stream content (server push).
&lt;/blockquote&gt;]]></description>
		<content:encoded><![CDATA[<p>From <a href="http://p3rl.org/PSGI" rel="nofollow">PSGI</a> specification:</p>
<blockquote><p>
The response body is returned from the application in one of following two types of scalar variable:<br />
[...]<br />
* An IO::Handle-like object or a built-in filehandle.</p>
<p>[...]</p>
<p>PSGI interface allows applications and servers optionally handle callback-style response (instead of three-element array reference) to delay the HTTP response and stream content (server push).
</p></blockquote>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jared</title>
		<link>http://curiousprogrammer.wordpress.com/2011/05/16/plack-vs-fastcgi/#comment-8974</link>
		<dc:creator><![CDATA[Jared]]></dc:creator>
		<pubDate>Mon, 16 May 2011 06:59:04 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1561#comment-8974</guid>
		<description><![CDATA[Of course, streaming like a comet app.  Why didn&#039;t I think of that.  Thanks Doug.]]></description>
		<content:encoded><![CDATA[<p>Of course, streaming like a comet app.  Why didn&#8217;t I think of that.  Thanks Doug.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Douglas Wilson</title>
		<link>http://curiousprogrammer.wordpress.com/2011/05/16/plack-vs-fastcgi/#comment-8973</link>
		<dc:creator><![CDATA[Douglas Wilson]]></dc:creator>
		<pubDate>Mon, 16 May 2011 06:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://curiousprogrammer.wordpress.com/?p=1561#comment-8973</guid>
		<description><![CDATA[If you know your page is going to take a long time to generate output and would like to send the output progressively, there is an answer for this is the PSGI specification: the returned value from the application can be a subroutine reference. See http://search.cpan.org/~miyagawa/PSGI-1.03/PSGI.pod#Delayed_Reponse_and_Streaming_Body]]></description>
		<content:encoded><![CDATA[<p>If you know your page is going to take a long time to generate output and would like to send the output progressively, there is an answer for this is the PSGI specification: the returned value from the application can be a subroutine reference. See <a href="http://search.cpan.org/~miyagawa/PSGI-1.03/PSGI.pod#Delayed_Reponse_and_Streaming_Body" rel="nofollow">http://search.cpan.org/~miyagawa/PSGI-1.03/PSGI.pod#Delayed_Reponse_and_Streaming_Body</a></p>
]]></content:encoded>
	</item>
</channel>
</rss>
