<?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"
	>
<channel>
	<title>Comments on: A Perl Monger&#8217;s take on Ruby: Conclusion</title>
	<atom:link href="http://www.jasonporritt.com/a-perl-mongers-take-on-ruby-conclusion/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jasonporritt.com/a-perl-mongers-take-on-ruby-conclusion/</link>
	<description>software development et al.</description>
	<pubDate>Fri, 10 Oct 2008 23:07:20 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: Jason</title>
		<link>http://www.jasonporritt.com/a-perl-mongers-take-on-ruby-conclusion/#comment-7</link>
		<dc:creator>Jason</dc:creator>
		<pubDate>Fri, 19 Oct 2007 16:47:08 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonporritt.com/a-perl-mongers-take-on-ruby-conclusion/#comment-7</guid>
		<description>Mod_perl is not a good fit for every web application, as you mentioned, and does require more memory and configuration than several alternatives.  What it does do is give complete control over each phase of Apache, which I have found is extremely valuable in complex systems of applications.  FastCGI just can't do the sort of things I've been involved with using mod_perl.

I recently started using a bit of PHP to simplify maintenance on a small site, mainly because it is so easy to deploy in a shared hosting environment.  So far it has been working well.  FastCGI might be an option but I haven't spent much time with it, either.</description>
		<content:encoded><![CDATA[<p>Mod_perl is not a good fit for every web application, as you mentioned, and does require more memory and configuration than several alternatives.  What it does do is give complete control over each phase of Apache, which I have found is extremely valuable in complex systems of applications.  FastCGI just can&#8217;t do the sort of things I&#8217;ve been involved with using mod_perl.</p>
<p>I recently started using a bit of PHP to simplify maintenance on a small site, mainly because it is so easy to deploy in a shared hosting environment.  So far it has been working well.  FastCGI might be an option but I haven&#8217;t spent much time with it, either.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Stosberg</title>
		<link>http://www.jasonporritt.com/a-perl-mongers-take-on-ruby-conclusion/#comment-6</link>
		<dc:creator>Mark Stosberg</dc:creator>
		<pubDate>Fri, 19 Oct 2007 16:11:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.jasonporritt.com/a-perl-mongers-take-on-ruby-conclusion/#comment-6</guid>
		<description>Thanks for the perl vs. ruby posts. I enjoyed them. 

regarding mod_perl, I'm frustrating about the difficulty to deploy it. It is a rare site to find in a mass-hosting environment, can use a fair bit of persistent memory, and generally requires configuration that can't be automated. 

Maybe FastCGI is a middle ground. I haven't explored it much. PHP seems to have found a decent balance of good performance without the extra configuration or hosting issues with mod_perl. 

While I am also sticking with Perl over ruby, and also appreciate and use mod_perl as a tool, I suspect there are easier ways to build high-performance websites than with mod_perl.</description>
		<content:encoded><![CDATA[<p>Thanks for the perl vs. ruby posts. I enjoyed them. </p>
<p>regarding mod_perl, I&#8217;m frustrating about the difficulty to deploy it. It is a rare site to find in a mass-hosting environment, can use a fair bit of persistent memory, and generally requires configuration that can&#8217;t be automated. </p>
<p>Maybe FastCGI is a middle ground. I haven&#8217;t explored it much. PHP seems to have found a decent balance of good performance without the extra configuration or hosting issues with mod_perl. </p>
<p>While I am also sticking with Perl over ruby, and also appreciate and use mod_perl as a tool, I suspect there are easier ways to build high-performance websites than with mod_perl.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
