What is Connection Pool ?
Answers were Sorted based on User's Feedback
Answer / vamsi.t
Connection pooling means set of readily available
connection objects are maintained,we can access the
connection objects through Datasource object.
The advantage of connection pooling is we can give
service to more number of clients with less connection
objects.This leads to less memory to store objects and
performance also increased.
| Is This Answer Correct ? | 5 Yes | 0 No |
Answer / ravikiran
connection pool will be a pool of connections maintained in
the server and the connectin will be accessible with the
help of DataSource
| Is This Answer Correct ? | 4 Yes | 0 No |
What is the function of T3 in WebLogic Server ?
what is difference between weblogic and websphere?
Explain the performance tuning in jvm?
Is it ok to add new sessions and subscribers to a queue or topic connection once it has been started? : BEA Weblogic
In how many formats we can deploy an application in wls??
Explain the diffrernces between 8.x and 9.x?
What are the causes of having ociw32.dll error in the database of web logic server?
What is error ora-6502? : BEA Weblogic
How you will analyse threads state using samurai tool?
what is diff btwn JNDI&JDBC?
6 Answers CTS, JPMorgan Chase,
What causes java.io exceptions in the log file? : BEA Weblogic
Do you know what are the steps in which unicode codesets can be set with the weblogic jdriver?