> Hello Roberto, > > can you also export current used core count? "busy cores" during async. or > it's > already done? > >
I do not think it is "realiable" Take this situation: 0 running 1 running 2 unused 3 running 4 unused 5 running 6 unused The value will report 7 core running... It would be better to add another counter that increment after every accept() and decrement after every close() I will add this in 0.9.7 (i think its async stack will be finished in a couple of days) -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
