You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It appears the module implements some mutexes which will in-general reduce the performance of Nginx. I understand that these exist because the alternative would be an IPC interface to the workers for which there is no hook.
I recommend you add a way to turn this module on/off, maybe even dynamically, so that data is only captured and mutexes are used when data needs to be captured.
The text was updated successfully, but these errors were encountered:
Hi,
It appears the module implements some mutexes which will in-general reduce the performance of Nginx. I understand that these exist because the alternative would be an IPC interface to the workers for which there is no hook.
I recommend you add a way to turn this module on/off, maybe even dynamically, so that data is only captured and mutexes are used when data needs to be captured.
The text was updated successfully, but these errors were encountered: