8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
看了下代码,Communitor.cc 里有connect系统调用,通过WFResolverTask调用到这里,每次series start时,会加入一个router,router负责建立连接吗? request 是在什么时机被解析的呢? 能不能说下完成的请求流程。谢谢~
The text was updated successfully, but these errors were encountered:
你好。router是负责dns解析或upstream查找的,和连接没有关系。所有连接管理都在Communicator里。 关于redis的建立连接的过程,可以看一下FAQ里的这个问题: 为什么使用redis client时无需先建立连接,以及后面关于连接复用规则的问题。
Sorry, something went wrong.
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
看了下代码,Communitor.cc 里有connect系统调用,通过WFResolverTask调用到这里,每次series start时,会加入一个router,router负责建立连接吗?
request 是在什么时机被解析的呢?
能不能说下完成的请求流程。谢谢~
The text was updated successfully, but these errors were encountered: