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 |
What is the difference between T3 and HTTP protocol ?
What is the administration server?
What is the format of the log message out to standard out?
Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?
How do I restrict access to servlets and jsps? : BEA Weblogic
What is a local transaction?
What happens when a failure occurs and the stub cannot connect to a weblogic server instance? : BEA Weblogic
how to deploy the application
What happens when database down in weblogic
What is a domain structure? Does include cluster(s) and server instance(s)?
The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic
If configured multicast, which error is occurred..?