|
11 vuotta sitten | |
---|---|---|
.. | ||
conf | 12 vuotta sitten | |
README.md | 12 vuotta sitten | |
__init__.py | 12 vuotta sitten | |
app.pl | 11 vuotta sitten | |
benchmark_config | 12 vuotta sitten | |
nginx.conf | 11 vuotta sitten | |
setup.py | 11 vuotta sitten | |
source_code | 12 vuotta sitten |
Something along the lines of
plackup -E production -s Starman --workers=8 -l /tmp/frameworks-benchmark.sock -a ./app.pl
if you want to front it with nginx, otherwise
plackup -E production -s Starman --port=8080 --workers=8 -a ./app.pl