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 |
Difference between production and development mode?
How are the notifications generated when a server is added to a cluster?
Explain the performance tuning in jdbc?
What is polymorphism in Object Oriented Programming (OOPS) Languages? What are different types of polymorphism? 15. What is inheritance?
How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic
How should I use sorted queues? : BEA Weblogic
Explain what is the purpose of using multipools in web logic server?
What is the difference between creating a distributed application using rmi and using a ejb architecture?
How to troubleshoot and overcome such issues?
What is a local transaction?
What is the default port of weblogic admin server?
How many types you configure managed server in weblogic server ?