Is “Tomcat 7 JDBC Connection Pool” good enough for production? And how is it compare to BoneCP?

后端 未结 5 1875
一个人的身影
一个人的身影 2020-12-28 09:17

Our site get roughly 1M pv/day, and we use Tomcat for sure.

I couldn\'t find much information about jdbc-pool, not sure if it\'s stable enough for production. Anyone

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-28 09:56

    Where I work we have a couple of systems running on the Tomcat pool.

    I must say that initially it was sort of a pain to get a good understanding of all the options it provides and how their values actually impact performance and reliability.

    After performing an initial trial and error phase, I have to admit that the Tomcat connection pool fits our needs perfectly. It seems robust and also have not caused any performance problems whatsoever.

    With that said, I will definitely give HikariCP a try in my next project

提交回复
热议问题