This post originated from an RSS feed registered with Java Buzz
by Kiran Kumar.
Original Post: 2 ways to create Connection Pool in java with examples
Feed Title: Java,Maven,Linux,Unix,Hadoop,HDFS,Hive basic tutorials,examples
Feed URL: http://www.cloudhadoop.com/feeds/posts/default
Feed Description: My Blog on Java,Maven Unix, Linux,Hadoop,MySQL,tutorial with examples
Java Connection Pooling
Usually applications are hosted on application server, and talk to database using database connection. data
base connection is plain HTTP socket connection to database machine.
Whenever request comes to application, application create a plain socket connection to database, once the request is completed, connection is timeout/closed, so like this for every request