hi Roberto, a few questions about uwsgi 1: - how it is running by default: threaded or async? - does it limits memory usage or I have to use as before --limit-as 80 ? I suppose that I have to pass parameter as it doesn't know the memory limit
please tell me what you think about my command uwsgi --wsgi-file web2py/wsgihandler.py -m --http-socket :15507 -d / home/fermer/tmp/uwsgi.log -t 20 --async 16 --ugreen --limit-as 70 -r -- no-orphans -M -p 1 --touch-reload /home/fermer/tmp/uwsgireload.txt -- reload-on-rss 50