a question to Roberto I don't see --async parameter in this command
uwsgi --http-socket 127.0.0.1:port --pythonpath /user/web2py --module wsgihandler -d /user/uwsgi.log -t 20 -r --no-orphans -M -p 1--touch-reload /user/uwsgireload.txt --evil-reload-on-rss 64 how does it work? does it spawns greenthreads up to memory limit, so if 1 greenthreads eats 2Mb, another 10Mb, and so on uwsgi will spawn till their sum is less than 64Mb for this particular command?