|
il y a 11 ans | |
---|---|---|
.. | ||
conf | il y a 12 ans | |
README.md | il y a 12 ans | |
__init__.py | il y a 12 ans | |
app.pl | il y a 11 ans | |
benchmark_config | il y a 12 ans | |
nginx.conf | il y a 11 ans | |
setup.py | il y a 11 ans | |
source_code | il y a 12 ans |
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