NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
NFS (Score:1)
Re: (Score:2)
I think they do FastCGI, but I know zilch about it so I'm not sure. I know they don't do mod_perl.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers
Re:NFS (Score:1)
From the site:
FastCGI / SCGI (this is not applicable in our hosting environment, thus we do not offer it and programs written specifically to depend on its API will not work)
Reply to This
Parent
Re: (Score:2)
Does FastCGI basically start up a daemon process or something that keeps running in the background for new requests? Because I know they specifically don't allow server processes, daemon processes, or even just long-running processes, so that might be the issue.
J. David works really hard, has a passion for writing good software, and knows many of the world's best Perl programmers