uwsgi doesn't work on windows,
gevent does and you can take advantage of greenthreads (greenlets, tasklets,
microthreads)
I use gevent  for a crawler that runs on a windows machine and as a server
for web2py to expose those data

but on Linux I think uwsgi is the best option with whatever server you want
to use (nginx, cherokee)
and you can use greenthreads with them too

Reply via email to