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::FCGI::Async" - FastCGI handler for Plack using FCGI::Async

Author

       Paul Evans <leonerd@leonerd.org.uk>

perl v5.32.0                                       2021-01-09                   Plack::Handler::FCGI::Async(3pm)

Description

       This module allows Plack to run a PSGI application as a standalone FastCGI daemon under IO::Async, by
       using FCGI::Async.

        plackup -s FCGI::Async --listen ":2000" application.psgi

       This is internally implemented using FCGI::Async::PSGI; further information on environment etc.. is
       documented there.

Name

       "Plack::Handler::FCGI::Async" - FastCGI handler for Plack using FCGI::Async

See Also

       •   FCGI::Async - use FastCGI with IO::Async

       •   Plack - Perl Superglue for Web frameworks and Web Servers (PSGI toolkit)

See Also