Answer Posted / 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 |
Post New Answer View All Answers
How you deploy your applications on weblogic server?
Why do I get an error while trying to retrieve the text for ora-12705? : BEA Weblogic
Are foreign destinations handled within foreign jms messages? : BEA Weblogic
What is the default port of weblogic admin server?
Do you know what are the steps involved in setting up classpath in web logic server?
How to find out the listening ports?
Can the bean class implement the ejbobject class directly? If not why?
When can high usage of CPU occur?
What are middleware servers?
Explain about cluster heart beats?
In how many ways we can implementg session replication?
How do I create a producer pool? : BEA Weblogic
How do clients handle dns requests to failed servers?
What Is Boot.proerties File In Weblogic Server ?
How do I use jta transactions within an mdb? : BEA Weblogic