Best unofficial Apache Server developers community |
|
I am still newbish to java envelopment as I am mainly a C# developer. I'd like to know how to use or enable connection pooling when I do SQL request from my Java servlet. In C# using the MySql connector it's super simple as it is only a parameter or two to add in the connection string:
But how does that work in Java? Is it enabled by default? I am using the "com.mysql.jdbc.Driver" driver. Thanks!
posted via StackOverflow
|