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