() Hibernate for Java Web uses-C3P0 connection pool configuration

Source: Internet
Author: User
Tags java web

Hibernate supports C3P0 connection pooling

Jar packages that need to import c3p0

<!--Configuring the connection Driver management class--><property Name= "Hibernate.connection.provider_class" > org.hibernate.connection.c3p0connectionprovider</property><!--Configure Connection pool parameter information--><!--minimum number of links-->< Property Name= "Hibernate.c3p0.min_size" >2</property><!--maximum number of links--><property name= " Hibernate.c3p0.max_size ">4</property><!--Time Out--><property name=" Hibernate.c3p0.timeout "> 5000</property><!--Maximum number of execution commands--><property name= "hibernate.c3p0.max_statements" >10</property ><!--Idle test time--><property name= "Hibernate.c3p0.idle_test_period" >30000</property><!-- The number of times each increment is not enough--><property name= "Hibernate.c3p0.acquire_increment" >2</property>

  

() Hibernate for Java Web uses-C3P0 connection pool configuration

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.