Skip to content
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

连接池原来这么简单一分钟系列 #3

Open
yangwenmai opened this issue Oct 12, 2017 · 0 comments
Open

连接池原来这么简单一分钟系列 #3

yangwenmai opened this issue Oct 12, 2017 · 0 comments

Comments

@yangwenmai
Copy link
Owner

连接池原来这么简单(一分钟系列)

应网友要求,写一写连接池实现细节。 一、如何通过连接访问下游 工程架构中有很多 访问下游 的需求,下游包括但不限于 服务 / 数据库 / 缓存 ,其通讯步骤是为: ( 1 )与下游建立一个连接 ( 2 )通过这个连接,收发请求 ( 3 )交互结束,关闭连接,释放资源 这个连接是什么呢,通过连接怎么调用下游接口?服务 /…


October 12, 2017 at 08:45AM

via Instapaper http://ift.tt/2wOWde8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant