|
il y a 10 ans | |
---|---|---|
.. | ||
t | il y a 11 ans | |
README.md | il y a 11 ans | |
app.ini | il y a 11 ans | |
app.pl | il y a 11 ans | |
bash_profile.sh | il y a 11 ans | |
benchmark_config | il y a 10 ans | |
install.sh | il y a 11 ans | |
nginx.conf | il y a 11 ans | |
setup.sh | il y a 11 ans | |
source_code | il y a 11 ans |
Deploy:
./uwsgi --plugins psgi --init app.ini
Deploy via plackup
plackup -E deployment -s Starman --workers=25 -l /tmp/frameworks-benchmark.sock -a ./app.pl
If you want to front it with nginx, otherwise
plackup -E deployment -s Starman --port=8080 --workers=25 -a ./app.pl