...
Code Block |
---|
#!/bin/sh bin/uwsgi \ --http 127.0.0.1:8080 \ --module pyff.wsgi \ --callable app \ --enable-threads \ --env PYFF_PIPELINE=edugain.yaml \ --env PYFF_WORKER_POOL_SIZE=10 \ --env PYFF_UPDATE_FREQUENCY=60 \ --env PYFF_LOGGING=pyFFplus/examples/debug.ini |
Long-run test is running while writing, results followreveals comparable memory usage as gunicorn, but there seem to be more knobs to play with. TBC.