why reuseport don't increases throughoutput?

CJ Ess zxcvbn4038 at gmail.com
Tue May 23 03:54:03 UTC 2017


How about logging? If your using the default settings then nginx is logging
directly to disk, and disk writes will block the worker. Do you see the
same degradation with logging disabled or via syslog?


On Mon, May 22, 2017 at 10:59 PM, fengx <nginx-forum at forum.nginx.org> wrote:

> There should been no blocking operation. At least, we have the same
> codebase
> and same sample data in the two test cases.
>
> In fact, our application is based on OpenResty with local redis instances.
> On the 32 cores server, we have 22 nginx workers and 8 local redis
> instances(shards). The lua codes should have rather simple business logic.
> It accepts http requests, loads data from local redis via unix domain
> sockets, do the simple transformation, and then write to the response.
>
> Posted at Nginx Forum: https://forum.nginx.org/read.
> php?2,274281,274399#msg-274399
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://mailman.nginx.org/mailman/listinfo/nginx
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx/attachments/20170522/8758790a/attachment.html>


More information about the nginx mailing list