|
před 10 roky | |
---|---|---|
.. | ||
conf | před 11 roky | |
README.md | před 11 roky | |
app.pl | před 11 roky | |
bash_profile.sh | před 10 roky | |
benchmark_config | před 11 roky | |
install.sh | před 10 roky | |
nginx.conf | před 11 roky | |
setup.sh | před 10 roky | |
source_code | před 11 roky |
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