FastCGI
FastCGI
FastCGI is OpenMarket's CGI variant
CGI program exists as a separate process, accepting requests from server
Must modify programs:
use CGI::Fast qw/:standard/;while (new CGI::Fast) { print header, start_html('Hi!')...}
Previous slide
Next slide
Back to the first slide
View Graphic Version