|
há 10 anos atrás | |
---|---|---|
.. | ||
conf | há 11 anos atrás | |
README.md | há 11 anos atrás | |
app.pl | há 11 anos atrás | |
bash_profile.sh | há 10 anos atrás | |
benchmark_config | há 11 anos atrás | |
install.sh | há 10 anos atrás | |
nginx.conf | há 11 anos atrás | |
setup.sh | há 10 anos atrás | |
source_code | há 11 anos atrás |
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