java - MySql connection managment with web app -


i have number of servlets (spring mvc, rest et...) need database connection

i have mysql database , use mysql-connector-java-5.1.20-bin.jar make connection

the servlets hit few hundred times hour each , want improve performance

so how can current design improved? (current system each request platform handled servlet creates db connection)

current system each request platform handled servlet creates db connection

use connection pooling

also see


Comments

Popular posts from this blog

jquery - Invalid Assignment Left-Hand Side -

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -