|
пре 10 година | |
---|---|---|
.. | ||
README.md | пре 11 година | |
app.pl | пре 11 година | |
bash_profile.sh | пре 11 година | |
benchmark_config | пре 11 година | |
install.sh | пре 11 година | |
nginx.conf | пре 11 година | |
setup.sh | пре 11 година | |
source_code | пре 11 година |
Something along the lines of
plackup -E production -s Starman --workers=2 -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=2 -a ./app.pl