Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

Plack::Handler::AnyEvent::FCGI - Asynchronous FCGI handler for PSGI using AnyEvent::FCGI

Author

       Tatsuhiko Miyagawa <miyagawa@bulknews.net>

Description

       Plack::Handler::AnyEvent::FCGI is a PSGI adapter for AnyEvent::FCGI allowing AnyEvent based non-blocking
       applications running behind a web server using FastCGI as a protocol.

License

       This library is free software; you can redistribute it and/or modify it under the same terms as Perl
       itself.

Name

       Plack::Handler::AnyEvent::FCGI - Asynchronous FCGI handler for PSGI using AnyEvent::FCGI

See Also

       AnyEvent::FCGI Plack::Handler::AnyEvent::SCGI Plack::Handler::FCGI

perl v5.34.0                                       2022-06-16                Plack::Handler::AnyEvent::FCGI(3pm)

Synopsis

         > plackup -s AnyEvent::FCGI myapp.psgi

See Also