In a high-load scenario, a web application is unable to obtain database connections quickly. What aspect of connection pooling should be optimized?
- Acquire Increment
- Idle Timeout
- Max Idle Time
- Min Pool Size
To optimize obtaining database connections in a high-load scenario, focus on the Acquire Increment setting, which determines how many connections are added to the pool when all connections are in use.
Loading...
Related Quiz
- The sequence of filters applied to a request is determined by the order of __________ in the web.xml file.
- What is the primary interface used for file upload in servlets?
- How can a servlet-based application detect and handle WebSocket upgrade requests?
- The method attributeAdded belongs to the interface _________.
- In database optimization, _________ refers to the process of storing frequently accessed data in a temporary storage area.