What is Connection Pool ?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / vru
IT is physical connection between data base and jdbc
| Is This Answer Correct ? | 2 Yes | 1 No |
Answer / mgnagabhushan
A connection pool is collection of data base connections
that is maintain by memory.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / deepti
a connection pool is a cache of database connections maintained so that the connections can be reused when future requests to the database are required
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / sunil
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
| Is This Answer Correct ? | 2 Yes | 3 No |
Answer / bhasakr
Connection pool is nothing but which provides the pool of
connections.
| Is This Answer Correct ? | 1 Yes | 3 No |
which is the GOOD INSTITUTE to learn WEBLOGIC & SOA ADMIN in Hyderbad?
What is boot?properties file in weblogic server?
what is core dump? diff b/w core dump and c dump?
Must ejbs be homogeneously deployed across a cluster? Why?
How do I enable debugging for the messaging bridge? : BEA Weblogic
What are stubs and how do they function in a web logic cluster?
How you deploy your applications on weblogic server?
Tell me what are the causes of having ociw32.dll error in the database of web logic server?
in which file/script we need to change the heap size?.What is the variable name to search to change the heap size
Does WLS supports CORBA?
How Administration Server And Managed Servers Will Interact ?
What is thread dump? What is the UNIX command for taking thread dump?