Just to make sure, I did not misunderstand that option.
If I uwsgi is started with --gevent, then for each incoming request a
new greenlet is spawned. Inside this greenlet, then the function
'application(environ, start_response)' is called and and uwsgi also
takes care of joining the greenlet, when that function returns.
Is this correct?

Can this option be combined with --master and --workers, so that more
that one process can handle a bunch of greenlets?

BTW, what about moving this mailing list to Google Groups? It would
make it much easier to search for previous posts.

- Jacob
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to