-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Could envoy support specific work pthread auto bind cpu, if i start --concurrency 1 #13502
Comments
Can you please elaborate on this by explaining what Nginx does or linking to the exact part of the documentation? Thanks. |
I mean that each work thread can bind each cpu core, in case of multi work thread compete for the same cpu core |
#4602 should be kernel tcp reuseport, solve thundering herd and request load-balance for multi threads. |
be similar to NGINX worker_processes 1; worker_cpu_affinity auto;
The text was updated successfully, but these errors were encountered: