darshan_atha has asked for the wisdom of the Perl Monks concerning the following question:

hi monks, i wanted to change the exsiting code which are on cgi to fast cgi so that i had read some document which only says that i had to add one loop : while(my $query = new CGI::Fast){ dosometing($query); } and nothing else to be done. is it enough or something else has to me done. anybody can through light on that thanx in advance.

Replies are listed 'Best First'.
Re: cgi to fast cgi
by hiseldl (Priest) on Oct 28, 2002 at 14:46 UTC
Re: cgi to fast cgi
by fglock (Vicar) on Oct 28, 2002 at 16:44 UTC

    You also need a web server configured for fast-cgi, and you might have to rename your script to .fcgi or .fpl