logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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