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
Can I enable requests to a jdbc connection pool for a database connection to wait until a connection is available? : BEA Weblogic
which protocol it user to connect manage server to admin ? where it is defined ?
How do I manage a queue to view and delete specific messages? : BEA Weblogic
What is a domain template?
What is meant by jdbc and configuration details?
Must ejbs be homogeneously deployed across a cluster? Why?
How do I provide user credentials for starting the weblogic server?
What is the boot?
What causes java.io exceptions in the log file? : BEA Weblogic
What is actually weblogic cache?
What is the difference between jboss and weblogic?
How do I look up an ora sqlexception? : BEA Weblogic
How can we find listineing ports in a machine?
What are tuning jvm parameters?
Why is there no polymorphic-type response from a create() or find() method? : BEA Weblogic