<?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: The Rise and Fall of mod_perl</title>
	<atom:link href="http://blog.afoolishmanifesto.com/archives/1303/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.afoolishmanifesto.com/archives/1303</link>
	<description>fREWdiculous!</description>
	<lastBuildDate>Mon, 16 Jan 2012 12:16:26 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Randolf Richardson</title>
		<link>http://blog.afoolishmanifesto.com/archives/1303/comment-page-1#comment-2327</link>
		<dc:creator>Randolf Richardson</dc:creator>
		<pubDate>Tue, 01 Mar 2011 20:07:55 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1303#comment-2327</guid>
		<description>***UPDATE***

There&#039;s a new release of mod_perl2 now (just last month in February 2011, I believe), which hopefully resolves these Windows issues.</description>
		<content:encoded><![CDATA[<p>***UPDATE***</p>
<p>There&#8217;s a new release of mod_perl2 now (just last month in February 2011, I believe), which hopefully resolves these Windows issues.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randolf Richardson</title>
		<link>http://blog.afoolishmanifesto.com/archives/1303/comment-page-1#comment-1263</link>
		<dc:creator>Randolf Richardson</dc:creator>
		<pubDate>Wed, 06 Oct 2010 08:46:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1303#comment-1263</guid>
		<description>Mike B:  Thanks for that helpful link.  I see that there are pre-compiled Windows binaries for mod_perl2 there, along with libapreq2 (which I also use with my mod_perl2 projects).

I&#039;ve played around with Strawberry Perl a few times, but couldn&#039;t get mod_perl2 compiled before.  Now that these pre-compiled modules available, I can start to look at Strawberry Perl seriously.</description>
		<content:encoded><![CDATA[<p>Mike B:  Thanks for that helpful link.  I see that there are pre-compiled Windows binaries for mod_perl2 there, along with libapreq2 (which I also use with my mod_perl2 projects).</p>
<p>I&#8217;ve played around with Strawberry Perl a few times, but couldn&#8217;t get mod_perl2 compiled before.  Now that these pre-compiled modules available, I can start to look at Strawberry Perl seriously.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike B</title>
		<link>http://blog.afoolishmanifesto.com/archives/1303/comment-page-1#comment-1250</link>
		<dc:creator>Mike B</dc:creator>
		<pubDate>Wed, 15 Sep 2010 11:38:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1303#comment-1250</guid>
		<description>I guess I ran into similar issues, when I was using a mod_perl that was originally compiled for ActiveState and use that with Strawberry.

Since some time now, kmx managed to compile mod_perl with the StrawberryPerl build tools and this seems to work reliably, for me at least. You might want to check this out:

http://strawberryperl.com/package/kmx/mod_perl/</description>
		<content:encoded><![CDATA[<p>I guess I ran into similar issues, when I was using a mod_perl that was originally compiled for ActiveState and use that with Strawberry.</p>
<p>Since some time now, kmx managed to compile mod_perl with the StrawberryPerl build tools and this seems to work reliably, for me at least. You might want to check this out:</p>
<p><a href="http://strawberryperl.com/package/kmx/mod_perl/" rel="nofollow">http://strawberryperl.com/package/kmx/mod_perl/</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randolf Richardson</title>
		<link>http://blog.afoolishmanifesto.com/archives/1303/comment-page-1#comment-1230</link>
		<dc:creator>Randolf Richardson</dc:creator>
		<pubDate>Mon, 16 Aug 2010 06:30:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1303#comment-1230</guid>
		<description>I&#039;ve experienced different sorts of issues with mod_perl2 on Windows, and after getting everything resolved I found that some of the problems came back on a 64-bit Windows 7 system.

Specifically, the problem I&#039;ve not been able to resolve is to get DBD::Pg to load at all, even in Perl from the command-line (so I know it&#039;s not a mod_perl2-specific issue).

On Unix (I use NetBSD primarily for all my production servers), all these annoying little problems that crop up at various unexpected times simply never come to light on Unix.

You might consider running VirtualBox.com on your Windows system to get the benefits of the Unix side of things running there.  Heck, you can even mount an SMB resource into the web portion of your virtualized Unix system if you like, and then your developers won&#039;t even notice that you&#039;re transparently proxying all your .pl files to a virtualized system.

The solution you found is interesting, especially because of the scalability factors.  Thanks for posting such an interesting article.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve experienced different sorts of issues with mod_perl2 on Windows, and after getting everything resolved I found that some of the problems came back on a 64-bit Windows 7 system.</p>
<p>Specifically, the problem I&#8217;ve not been able to resolve is to get DBD::Pg to load at all, even in Perl from the command-line (so I know it&#8217;s not a mod_perl2-specific issue).</p>
<p>On Unix (I use NetBSD primarily for all my production servers), all these annoying little problems that crop up at various unexpected times simply never come to light on Unix.</p>
<p>You might consider running VirtualBox.com on your Windows system to get the benefits of the Unix side of things running there.  Heck, you can even mount an SMB resource into the web portion of your virtualized Unix system if you like, and then your developers won&#8217;t even notice that you&#8217;re transparently proxying all your .pl files to a virtualized system.</p>
<p>The solution you found is interesting, especially because of the scalability factors.  Thanks for posting such an interesting article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark</title>
		<link>http://blog.afoolishmanifesto.com/archives/1303/comment-page-1#comment-1116</link>
		<dc:creator>Mark</dc:creator>
		<pubDate>Tue, 18 May 2010 04:49:16 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1303#comment-1116</guid>
		<description>I&#039;ve really enjoyed reading your pieces related to CGI-ish frameworks in Perl, and your take on exception handling. It&#039;s been very helpful as I look at various options myself, running into similar concerns.

Thanks for taking the time to do this, and in a way that reveals your exploration and questions along the way. And yes, the Perl people don&#039;t blog enough, it seems.</description>
		<content:encoded><![CDATA[<p>I&#8217;ve really enjoyed reading your pieces related to CGI-ish frameworks in Perl, and your take on exception handling. It&#8217;s been very helpful as I look at various options myself, running into similar concerns.</p>
<p>Thanks for taking the time to do this, and in a way that reveals your exploration and questions along the way. And yes, the Perl people don&#8217;t blog enough, it seems.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Interesting Perl Links &#8211; 2010 Week 14 &#171; A Curious Programmer</title>
		<link>http://blog.afoolishmanifesto.com/archives/1303/comment-page-1#comment-1081</link>
		<dc:creator>Interesting Perl Links &#8211; 2010 Week 14 &#171; A Curious Programmer</dc:creator>
		<pubDate>Wed, 07 Apr 2010 10:09:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1303#comment-1081</guid>
		<description>[...] talks about using the catalyst dev server on Windows / Strawberry Perl due to problems with building mod_perl. Interestingly one of the [...]</description>
		<content:encoded><![CDATA[<p>[...] talks about using the catalyst dev server on Windows / Strawberry Perl due to problems with building mod_perl. Interestingly one of the [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam Taylor</title>
		<link>http://blog.afoolishmanifesto.com/archives/1303/comment-page-1#comment-1050</link>
		<dc:creator>Adam Taylor</dc:creator>
		<pubDate>Mon, 15 Mar 2010 15:08:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1303#comment-1050</guid>
		<description>I could be wrong here but I thought that Stardust was a port of Unicorn, which is [apparently] decidedly unixy [1].

[1] http://tomayko.com/writings/unicorn-is-unix</description>
		<content:encoded><![CDATA[<p>I could be wrong here but I thought that Stardust was a port of Unicorn, which is [apparently] decidedly unixy [1].</p>
<p>[1] <a href="http://tomayko.com/writings/unicorn-is-unix" rel="nofollow">http://tomayko.com/writings/unicorn-is-unix</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Florian Ragwitz</title>
		<link>http://blog.afoolishmanifesto.com/archives/1303/comment-page-1#comment-1042</link>
		<dc:creator>Florian Ragwitz</dc:creator>
		<pubDate>Tue, 09 Mar 2010 02:34:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.afoolishmanifesto.com/?p=1303#comment-1042</guid>
		<description>I&#039;m glad to see you resolved your issues.

I understand the that Engine::HTTP::Prefork doesn&#039;t work on Win32. However, we also got an Engine::Plack, and Plack itself has a variety of server backends, like Stardust, Twiggy, which are probably less unix specific than Prefork and could have a better chance of running on Windows, without having to use Catalyst&#039;s development-only server.</description>
		<content:encoded><![CDATA[<p>I&#8217;m glad to see you resolved your issues.</p>
<p>I understand the that Engine::HTTP::Prefork doesn&#8217;t work on Win32. However, we also got an Engine::Plack, and Plack itself has a variety of server backends, like Stardust, Twiggy, which are probably less unix specific than Prefork and could have a better chance of running on Windows, without having to use Catalyst&#8217;s development-only server.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

