[cgiapp] how to use C::A::Dispatch with FastCGI ?

Mark Fuller azfuller at gmail.com
Sun Feb 24 00:57:26 EST 2008


>  IIRC there's a link from the FastCGI web site to the CPAN module.

Can you provide a link to the site that provides the link? :) If I go
to www.fastcgi.com it has a link to CPAN's main page.

The only way I found FCGI in the past was to browse FCGI::ProcManager
(which turned up in a search for FCGI). It has a link to FCGI.

BTW: The speedyCGI package installed with Ubuntu 7.10 (probably the
same package available in Debian) seems to work. I'm not sure what
version of Perl I'm getting. But, it's a pretty simple way to play
with persistence without going through a web server. An easy way to
see how class and object data differ.

>A few lines of change is not worth worrying about.

Another thing is testing if the script's source changed. The
documentation for the fastcgi perl handler has an option to test for
this, but it says it's better for the fcgi script to test if the
source changed.

It adds up.

Mark


More information about the cgiapp mailing list