Description
Perl web applications can communicate with web servers through the FastCGI protocol. This allows long-running application processes to handle requests more efficiently than classic one-process-per-request CGI.
It is a web server integration library. Applications using it process network-facing input, so deployment permissions, validation, logging, and error handling matter.