janharders

msg:4390470 | 9:15 pm on Nov 23, 2011 (gmt 0) |
I've never heard of it untill now. Google gives this thread as the first related result (after a consulting firm with the same name). So no, I don't have any experience, and it isn't installed on my machines. If you are able to install additional software on your webserver, looking into modperl or fastcgi might be the better way.
|
phranque

msg:4390555 | 1:17 am on Nov 24, 2011 (gmt 0) |
welcome to WebmasterWorld, dalyea! are you referring to the CGI::Fast perl module? http://search.cpan.org/~lds/CGI.pm-3.44/CGI/Fast.pm [search.cpan.org] i have no experience with that but i have used mod_perl: http://perl.apache.org/ [perl.apache.org]
|
MichaelBluejay

msg:4392351 | 7:33 am on Nov 30, 2011 (gmt 0) |
Maybe you're talking about FastCGI? I've used it some. What it does is keep the script running, so it doesn't have to do things like open a database every time it's run. On my host I still start my files with /usr/bin/perl, I just use the extension .fcgi instead of .cgi. Here's a good page on the subject: [wiki.dreamhost.com...]
|
|