|
vor 10 Jahren | |
---|---|---|
.. | ||
README.md | vor 11 Jahren | |
app.pl | vor 11 Jahren | |
bash_profile.sh | vor 11 Jahren | |
benchmark_config | vor 11 Jahren | |
install.sh | vor 11 Jahren | |
nginx.conf | vor 11 Jahren | |
setup.sh | vor 11 Jahren | |
source_code | vor 11 Jahren |
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