> 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.

yes



 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?


yes, in addition to this it "changes" its internal blocking hooks to use
the gevent ones, in this way all of the uWSGI project (and its plugins)
are gevent friendly.

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

yes

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

i do not know, as it happened for github when a relevant number of users
ask for it i will do it for sure (a do not have strong opinions about such
tools, anything will push users to contribute is welcomed ;)


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

Reply via email to