|
11 gadi atpakaļ | |
---|---|---|
.. | ||
conf | 12 gadi atpakaļ | |
README.md | 12 gadi atpakaļ | |
__init__.py | 12 gadi atpakaļ | |
app.pl | 11 gadi atpakaļ | |
benchmark_config | 12 gadi atpakaļ | |
nginx.conf | 11 gadi atpakaļ | |
setup.py | 11 gadi atpakaļ | |
source_code | 12 gadi atpakaļ |
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