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
What is web.xml ?
What is the weblogic server?
How do I turn the auto-deployment feature off?
how to upgrade the weblogic server licence?
Define the purpose of the serializedsystemini.dat file?
Tell me about security in weblogic?
How do stubs function inside weblogic server cluster at the time of failure?
What are managed servers?
What is Unicast?
How do I do http tunneling? : BEA Weblogic
What is clustering? What are the different types and how does clustering works in a network ?
How do I increase weblogic server memory?
What is application tuning?
What is cluster in weblogic?
How do I put a message back on the queue for processing? : BEA Weblogic