What is Connection Pool ?
Answers were Sorted based on User's Feedback
Answer / giri
Pool: Maintain equal instance of objects is called Pool
Connection Pool : the connection objects maintain in the
form pool is called connection pool.
Adv Con Pool: the Connection is very precies . application
need connections getting connections from db and close
connection's it's normal process.
if we use connection pool no need hit every time db , get
from server(in con pool) , in the middle server will get the
some amount connections that give the connections . server
will take physical connection to db , server will give to
logical connection to application if need more connections
server will increase connections are maintained que process
| Is This Answer Correct ? | 6 Yes | 3 No |
Answer / vru
IT is physical connection between data base and jdbc
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mgnagabhushan
A connection pool is collection of data base connections
that is maintain by memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deepti
a connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunil
Pool: Maintain equal instance of objects is called Pool
Connection Pool : the connection objects maintain in the
form pool is called connection pool.
Adv Con Pool: the Connection is very precies . application
need connections getting connections from db and close
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / bhasakr
Connection pool is nothing but which provides the pool of
connections.
| Is This Answer Correct ? | 1 Yes | 3 No |
How to integrate apache webserver with weblogic server? What is the purpose of integrating both?
What is difference between welogic server and WebSphere?
Do you know how can third-party jdbc driver be used with jms?
How do I prevent errors when running t3dbping? : BEA Weblogic
How can you know that the database has connected to your weblogic server
What is error ora-6502? : BEA Weblogic
Explain the performance tuning in jvm?
What are pending messages in the console? : BEA Weblogic
how to upgrade the weblogic server licence?
Which are the benefits of mdb (message driven beans) over standard jms consumers? : BEA Weblogic
What is thread dump? What is the UNIX command for taking thread dump?
What is boot?properties file in weblogic server?