GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Plack::Handler::Feersum(3) User Contributed Perl Documentation Plack::Handler::Feersum(3)

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

    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

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.

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).

"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.

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

Jeremy Stashewsky, "stash@cpan.org"

Copyright (C) 2010 by Jeremy Stashewsky & Socialtext Inc.

This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.7 or, at your option, any later version of Perl 5 you may have available.

2020-12-05 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.