thrift-connection-pool

时间:2024-06-21 16:29:41
【文件属性】:

文件名称:thrift-connection-pool

文件大小:8KB

文件格式:ZIP

更新时间:2024-06-21 16:29:41

Java

节俭连接池 使用 Apache commons-pool2 的 Thrift 连接池的实现。 此实现创建 TSocket 的实例并将它们池化。 以下代码片段显示了如何创建 TSocketProvider 的实例 GenericObjectPoolConfig config = new GenericObjectPoolConfig (); // The followings are the minimum required settings to configure a pool config . setTestOnBorrow( true ); config . setTestOnCreate( true ); config . setTestOnReturn( true ); config


【文件预览】:
thrift-connection-pool-master
----src()
--------test()
--------main()
----README.md(1KB)
----pom.xml(1KB)
----.gitignore(147B)

网友评论