Hi:
I am using uWSGI + Flask to provide a web API, Currently, I am using
processes + threads working mode.
When get a query request from client, The Web API will call C so
library API via ctypes, the C API will do some network I/O operation,
the total time is around 0.1s. Maybe I will have 1k+ client query
server at same time.

Recently I know gevent which can support cocurrent well, So is
processes + gevent suitable than processes + threads for my scenario?
Thanks~

-- 
Rejoice,I Desire!
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to