What are the required C3P0 settings for hibernate in order to avoid Deadlocks

后端 未结 6 1412
梦毁少年i
梦毁少年i 2020-12-07 11:36

I use Hibernate together with MySQL 5.1.30.

I have the next libraries:

  • c3p0-0.0.1.2.jar
  • mysql-connector-java-5.0.3
6条回答
  •  温柔的废话
    2020-12-07 12:04

    Do the three applications share the same connection pool, or does each one get its own? I'd recommend the latter.

提交回复
热议问题