“You can additionally reduce latency by applying CPU affinity on each thread/process, e.g. nginx has worker_cpu_affinity directive, that can automatically bind each web server process to its own core. This should eliminate CPU migrations, reduce cache misses and pagefaults, and slightly increase inst…”— Alexey Ivanov, blogs.dropbox.comTagged: Ops, Performance Tuning, Linux