Microsoft
98-361 · Question #179
You have a server that limits the number of data connections. What should you use to optimize connectivity when the number of users exceeds the number of available connections?
The correct answer is D. Connection pooling. In software engineering, a connection pool is a cache of database connections maintained so that
Understanding Databases
Question
You have a server that limits the number of data connections. What should you use to optimize connectivity when the number of users exceeds the number of available connections?
Options
- ANamed pipes
- BNormalization
- CConnection timeouts
- DConnection pooling
How the community answered
(46 responses)- A13% (6)
- B4% (2)
- C9% (4)
- D74% (34)
Explanation
In software engineering, a connection pool is a cache of database connections maintained so that
Topics
#connection pooling#database connectivity#performance optimization#scalability
Community Discussion
No community discussion yet for this question.