NAME
Plack::Handler::UniEvent::HTTP - Plack adapter for UniEvent::HTTP::Manager, extremely fast event loop http server
SYNOPSIS
plackup -s UniEvent::HTTP -E deployment --port 9090 --min_servers 1 --max_servers 10 --min_load 0.2 --max_load 0.7
DESCRIPTION
This is an adapter to run PSGI apps on UniEvent::HTTP::Manager multiprocess/multithread server.
Command line arguments (in addition to plack's default arguments) have the same name as in config in method new()
of UniEvent::HTTP::Manager.
Value for "--worker_model" should be either "prefork" or "thread"
--reuse_port
can also be specified and will be set to all locations
SEE ALSO
AUTHOR
Pronin Oleg <syber@cpan.org>
Crazy Panda LTD
LICENSE
You may distribute this code under the same terms as Perl itself.