# apache commons pool 对象连接池

tags: apche-common-pool2

[基于Apache-Commons-Pool2实现Grpc客户端连接池-走在IT路上-51CTO博客](https://blog.51cto.com/andrewli/2148179)\
[使用Apache Commons Pool实现数据库连接池 - 怀揣梦想，努力前行 - CSDN博客](https://blog.csdn.net/a19881029/article/details/81436193)\
[apache-common-pool2对象池的使用 - u013332124的专栏 - CSDN博客](https://blog.csdn.net/u013332124/article/details/81042375)\
[apche-common-pool2](http://commons.apache.org/proper/commons-pool/)

## 相关

LoadingCache 缓存： [HBase Connection Management](http://richardstartin.uk/hbase-connection-management/)


---

# 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://book.rizon.top/java/apache-common-pool.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.
