Welcome! Log In Create A New Profile

Advanced

Re: hi all, [nginx]"accept_mutex on" cause 1s delay

Francis Daly
November 11, 2019 07:20AM
On Mon, Nov 11, 2019 at 11:26:30AM +0800, lx wrote:

Hi there,

> I use nginx-1.16.0, nginx is running on X86 embedded devices. The
> embedded device has 4 CPU, CPU type is: "Intel(R) Atom(TM) CPU D525 @
> 1.80GHz".
> When I use "accpet_mutex on", nginx use 1 secod for get static file.

> If I don't use "accpet_mutex on" , I can get http response quickly.

> How should this problem be analyzed? I am a newcomer to nginx.

"accept_mutex off" is the default - http://nginx.org/r/accept_mutex

https://www.nginx.com/blog/performance-tuning-tips-tricks/ says

"""
We recommend keeping the default value (off) unless you have extensive
knowledge of your app’s performance and the opportunity to test under
a variety of conditions, but it can lead to inefficient use of system
resources if the volume of new connections is low. Changing the value
to on might be beneficial under some high loads.
"""

Your testing suggests that "accept_mutex on" does not help your use case.

So - don't set "accept_mutex on".

What further analysis is needed?

Cheers,

f
--
Francis Daly francis@daoine.org
_______________________________________________
nginx mailing list
nginx@nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx
Subject Author Posted

hi all, [nginx]"accept_mutex on" cause 1s delay

lx November 10, 2019 10:28PM

Re: hi all, [nginx]"accept_mutex on" cause 1s delay

Francis Daly November 11, 2019 07:20AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 303
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready