|
%!s(int64=11) %!d(string=hai) anos | |
---|---|---|
.. | ||
conf | %!s(int64=12) %!d(string=hai) anos | |
README.md | %!s(int64=12) %!d(string=hai) anos | |
__init__.py | %!s(int64=12) %!d(string=hai) anos | |
app.pl | %!s(int64=11) %!d(string=hai) anos | |
benchmark_config | %!s(int64=12) %!d(string=hai) anos | |
nginx.conf | %!s(int64=11) %!d(string=hai) anos | |
setup.py | %!s(int64=11) %!d(string=hai) anos | |
source_code | %!s(int64=12) %!d(string=hai) anos |
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