Skip to content

Latest commit

 

History

History
24 lines (18 loc) · 855 Bytes

how-to-improve-concurrency.md

File metadata and controls

24 lines (18 loc) · 855 Bytes
title layout
How to improve concurrency?
default

How to improve concurrency?

Intro

By default NGINX is configured to be safe for most use cases which means that many of settings are set lower just to be safe. At the end of my research I observed that some settings are downgraded quite a lot which gives us a great space for improvements and benefits from them.

So what is responsible for concurrency?

  • Connection workers - further will be called just Workers.
  • Opened request file count limit.

What can be improved?