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.
我将 mongodb 与 scala driver 一起使用casbah。如果我没有理解错,它不提供连接池。是否有任何用于 casbah 的池库,例如dbcp/c3p0用于 jdbc 连接?
casbah
dbcp
c3p0
Casbah 包装了提供连接池的 MongoDB Java 驱动程序。MongoConnection 的实例实际上是池的一个实例,而不是单个连接。可以使用传递给新 MongoConnection 的 MongoOptions 类的实例来调整池。