|
12 gadi atpakaļ | |
---|---|---|
.. | ||
README.md | 12 gadi atpakaļ | |
__init__.py | 12 gadi atpakaļ | |
app.pl | 12 gadi atpakaļ | |
benchmark_config | 12 gadi atpakaļ | |
nginx.conf | 12 gadi atpakaļ | |
setup.py | 12 gadi atpakaļ |
Set production mode:
export MOJO_MODE=production
Something along the lines of
plackup -s Starman --workers=2 -l /tmp/frameworks-benchmark.sock -a ./app.pl
if you want to front it with nginx, otherwise
plackup -s Starman --port 8080 --workers=2 -a ./app.pl
or the equivalent Morbo or Hypnotoad commands.