NAME
thrall - a simple PSGI/Plack HTTP server which uses threads
SYNOPSIS
$ thrall --workers=20 --max-reqs-per-child=100 app.psgi
$ thrall --port=80 --ipv6=1 app.psgi
$ thrall --port=443 --ssl=1 --ssl-key-file=file.key --ssl-cert-file=file.crt app.psgi
$ thrall --socket=/tmp/thrall.sock app.psgi
DESCRIPTION
Thrall is a standalone HTTP/1.1 server with keep-alive support. It uses threads instead pre-forking, so it works correctly on Windows. It is pure-Perl implementation which doesn't require any XS package.
OPTIONS
See plackup and Thrall for available command line options.
SEE ALSO
http://github.com/dex4er/Thrall.
AUTHOR
Piotr Roszatycki <dexter@cpan.org>
LICENSE
Copyright (c) 2013 Piotr Roszatycki <dexter@cpan.org>.
This is free software; you can redistribute it and/or modify it under the same terms as perl itself.