In below there is question and answer, What I need is I want comment about the a
ID: 3592546 • Letter: I
Question
In below there is question and answer, What I need is I want comment about the answer( feel free to agree or disagree with answer), and 2nd thing is give your own answer for the question(something diffrent than answer)
Question:
Connection Pooling is vital for a large scale enterprise application. Why? Discuss.
Answer:
Connection pooling is a way to reduce the number of times new connections are made, reducing the number of resources used. Each time a connection to the database is created it is put into a pool of active connections for continual use. This means one connection can be reused multiple times. As new connections are made they are added to the pool, the pool can have a maximum count, a minimum count, and a timeout time frame to insure inactive connections can be removed as needed.. Connection Pooling insure that the minimal amount of resources are utilized to support the maximum amount of users in a large scale application.
Explanation / Answer
Connection pooling is a way to reduce the number of times new connections are made, reducing the number of resources used. Each time a connection to the database is created it is put into a pool of active connections for continual use. This means one connection can be reused multiple times. As new connections are made they are added to the pool, the pool can have a maximum count, a minimum count, and a timeout time frame to insure inactive connections can be removed as needed.. Connection Pooling insure that the minimal amount of resources are utilized to support the maximum amount of users in a large scale application.
Related Questions
drjack9650@gmail.com
Navigate
Integrity-first tutoring: explanations and feedback only — we do not complete graded work. Learn more.