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::Feersum - plack adapter for Feersum

Author

       Jeremy Stashewsky, "stash@cpan.org"

Description

       This is a stub module that allows Feersum to be loaded up under "plackup" and other Plack tools.  Set
       $ENV{PLACK_SERVER} to 'Feersum' or use the -s parameter to plackup to use Feersum under Plack.

   ExperimentalFeatures
       A "--pre-fork=N" parameter can be specified to put feersum into pre-forked mode where N is the number of
       child processes.  The "--preload-app" parameter that Starlet supports isn't supported yet.  The fork is
       run immediately after startup and after the app is loaded (i.e. in the run() method).

Methods

       assign_request_handler($app)
           Assigns the PSGI request handler to Feersum.

           Also sets up a SIGTERM handler to call the quit() method so that Plack::Loader::Restarter will work.

Name

       Plack::Handler::Feersum - plack adapter for Feersum

See Also

       Most of the functionality is in Feersum::Runner (the base class)

Synopsis

           plackup -s Feersum app.psgi
           plackup -s Feersum --listen localhost:8080 app.psgi
           plackup -s Feersum --pre-fork=4 -MMy::App -L delayed app.psgi

See Also