I had some success so I will post here.
I didn't uninstiall any package What I did is:
- pip install uwsgi ; after that I got uwsgi in /usr/local/bin
-edited /etc/init.d/uwsgi and changed the line to DAEMON="/usr/local/bin/uwsgi"
-i had to create /run/uwsgi default folder and remove the plugins conf param from my conf file (see
http://stackoverflow.com/questions/1593 ... n-so-error)
Now the speed is much better and predictable.
Some problems remains:
-conf files are read in inverse order so I changed the /usr/lib/uwsgi/conf/default.ini to have 8 workers
-service uwsgi start does start but reports fail
-service uwsgi stop does not kill the processes
I think the problem is the do_command script which should be changed but I am not expert enoguh to do it. Anyway I can live with these problems.
I passed from uwsgi 0.9.8.1 to 1.9.18.2 quite easily.
hth to someone
Nenad