usually uwsgi is used behind other servers like nginx, cherokee, apache
I use uwsgi embedded http servers so I don't need nginx, apache or any other
server
just add --http option
a while ago they didn't recommend embedded server for production, but now
they think that this might be  a good idea,
but
"If you want to use it as a real webserver you should take in account that
serving static files in uWSGI is not efficient as using a dedicated
full-featured webserver."
http://projects.unbit.it/uwsgi/wiki/HTTPserver
but the same is true for rocket - nginx and cherokee are better for serving
static files


I have 300-500 visitors per day, memory in sum is now  bellow 40 Mb for 2
uwsgi processes and 1 master process

Reply via email to