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 are the toolbar elements.
When should I use the external_stage option?
Inclined to build a profession as oracle weblogic developer?
Define memory leak ?
How to delete connection pool?
What is weblogic unicasting and multicasting?
What is the default thread stack size in windows?
What are web logic servers?
Write a program of web logic server to get the connection pool attribute?
Explain where are the files placed while deploying the resource adapter in web logic server?
A client wants to preserve the reference to the ejbhome object of an enterprise bean instance and use it later. Which of the following can be serialized for this purpose? : BEA Weblogic
What are the enhancements in ejb 2.0 specification with respect to asynchronous communication?