<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.majordojo.com/projects/FeedManager/atom.xsl" type="text/xsl" media="screen"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.majordojo.com/2007/11/mod-perlite-working.php" />
  <link rel="self" type="application/atom+xml" href="http://www.majordojo.com/2007/11/mod-perlite-working.php" />
  <id>tag:www.majordojo.com,2010://3/tag:www.majordojo.com,2007://3.2592-</id>
  <updated>2010-02-26T09:30:58Z</updated>
  <title>Comments for mod_perlite working!</title>
  <subtitle>A blog about Movable Type, technology, geek-dom, science-fiction and yes, sometimes my personal life.</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.261</generator>
  <entry>
    <id>tag:www.majordojo.com,2007://3.2592</id>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2007/11/mod-perlite-working.php" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.majordojo.com/cgi-bin/mt/mt-atom.cgi/weblog/blog_id=3/entry_id=2592" title="mod_perlite working!" />
    <published>2007-11-11T21:58:40Z</published>
    <updated>2007-11-11T22:20:02Z</updated>
    <title>mod_perlite working!</title>
    <summary>I have had a theory for a long time that perl based CGI scripts could be sped up considerably by simply by keeping the interpreter resident in memory. Not only that, but the module that makes that possible wouldn&apos;t be...</summary>
    <author>
      <name>Byrne</name>
      <uri>http://www.majordojo.com/</uri>
    </author>
    
    <category term="Geeky Goodness" />
    
    <category term="Open Source" />
    
    <category term="Personal Projects" />
    
    <category term="Programming" />
    
    <content type="html" xml:lang="en" xml:base="http://www.majordojo.com/">
      <![CDATA[<p>I have had a theory for a long time that <a href="http://www.majordojo.com/2007/11/how-to-fix-cgi.php">perl based CGI scripts could be sped up considerably</a> by simply by keeping the interpreter resident in memory. Not only that, but the module that makes that possible wouldn't be a pain in the ass to install because of a key design goal: simplicity, borrowing heavily from a module that I think does a lot right, mod_php.</p>

<p>Well, if you followed the thread you would have noted that <a href="http://sodabrew.livejournal.com/">Aaron</a> <a href="http://www.majordojo.com/2007/11/how-to-fix-cgi.php#comment-72063">just recently got a version of mod_perlite to work against basic CGI functions</a>. Totally awesome. </p>

<p>Next step: benchmarking. There are some skeptics out there, and those skeptics are a helluva lot smarter then me, so I have to see for myself: does this approach have actual merit? </p>

<p>And if the theory holds water, then I will setup a homepage for the project, get some builds spun up, and start working on documentation. For those of you who expressed interest in helping, by all means check out the latest from <a href="http://code.sixapart.com/svn/mod_perlite/trunk/">subversion</a> and give mod_perlite a whirl.</p>
]]>
      

    </content>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2007://3.2592-comment:72417</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2007://3.2592" type="text/html" href="http://www.majordojo.com/2007/11/mod-perlite-working.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2007/11/mod-perlite-working.php#c72417" />
    <title>Comment from Mark Stosberg on 2007-11-15</title>
    <author>
        <name>Mark Stosberg</name>
<!--        <uri>http://mark.stosberg.com/</uri> -->
    </author>
    <content type="html" xml:lang="en" xml:base="http://mark.stosberg.com/">
	<![CDATA[<p>This is an exciting project. I have hoped for something that blended some of the performance benefits of mod_perl with the ease-of-use and lower-persistence memory footprint of PHP. It sounds like mod_perlite could be this kind of solution. </p>
]]>
    </content>
    <published>2007-11-16T03:02:51Z</published>
    <updated>2007-11-16T03:02:51Z</updated>
  </entry>

  <entry>
    <id>tag:www.majordojo.com,2007://3.2592-comment:72442</id>
    <thr:in-reply-to ref="tag:www.majordojo.com,2007://3.2592" type="text/html" href="http://www.majordojo.com/2007/11/mod-perlite-working.php"/>
    <link rel="alternate" type="text/html" href="http://www.majordojo.com/2007/11/mod-perlite-working.php#c72442" />
    <title>Comment from Robert on 2007-11-16</title>
    <author>
        <name>Robert</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>That is very cool. If it works out maybe hosting companies will start using it by default like they do PHP and I will be a very happy Perler.</p>
]]>
    </content>
    <published>2007-11-16T11:17:32Z</published>
    <updated>2007-11-16T11:17:32Z</updated>
  </entry>

</feed>
