Description
Perl CGI-style applications can run through FastCGI so requests are handled without starting a fresh process every time. This can improve performance for legacy or lightweight web applications that still use CGI interfaces.
It is a web integration library. Deployments need correct web-server configuration, process permissions, and input validation because FastCGI applications handle network-facing requests.