Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我们想在我们的应用程序中使用一个 db 连接池,但是有很多开放的源池,如 dbcp、c3p0、proxool 等。
我不知道哪个更好,有人有经验吗?
如果您使用的是 Java EE 应用程序服务器中的一个,我建议您使用它。这应该足够了。为什么要添加另一个依赖项?
我建议使用 Apache 的 DBCP。它可以很好地满足您的目的。
作为 BoneCP (http://jolbox.com) 的作者,我邀请您查看该站点上的基准部分并自行判断。
W