> Hello.
>    I wanted to give a try to workers: 50, cheaper: 10, but  cheaper
> seems to be broken in 1.1rc.
> It is seems it always use backlog algo because when i interrupt "ab"
> there is alot of broken pipe in uwsgi log after that.
> I tried to override with cheaper-algo to no avail.
>
>

SIGPIPEs should not be related with such behavior, they pop-up when a
request is started (by ab) but the socket got closed (because you kill ab)
while uWSGI is sending the response.

By the way, if you want to test/measure cheaper usage, attach uwsgitop to
have a visual representation (the lq field on top is the listen queue, it
could be useful to make spare fine tuning)

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

Reply via email to