# 线程模型

[默认socket连接调度的问题](https://github.com/envoyproxy/envoy/issues/4602) [线程连接平衡](https://github.com/envoyproxy/envoy/pull/8422) [线程模型](https://www.envoyproxy.io/docs/envoy/latest/intro/arch_overview/intro/threading_model) [平衡配置](https://www.envoyproxy.io/docs/envoy/latest/api-v3/config/listener/v3/listener.proto#envoy-v3-api-field-config-listener-v3-listener-connection-balance-config) [线程模型](https://blog.envoyproxy.io/envoy-threading-model-a8d44b922310) [线程配置](https://www.envoyproxy.io/docs/envoy/latest/operations/cli#cmdoption-concurrency)

默认轮训,开启exact\_balance 根据连接数进行平衡


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://rocdu.gitbook.io/deep-understanding-of-istio/9/11.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
