Hello. I wonder - how async mode is implemented in uWSGI it uses separate python interpreter for each async thread? or is it withing one python interpreter?
if my app use module level variables with async mode will it be messed by context switch? How cheap is context switch using "yield '' " ? what if started with --async=20 .. and currenly thereis only 1 request from user and i am doing context switch with yield '' - what will be a overhead of doing so? Is it a bad idea to do context switch in a IO loop of application ? -- -------------------------------------------- Турнаев Евгений Викторович +7 906 875 09 43 -------------------------------------------- _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
