A web application experiences intermittent database connection issues. What connection pooling feature should be evaluated to resolve this?
- Connection Retry
- Idle Timeout
- Max Pool Size
- Min Pool Size
To address intermittent database connection issues, one should evaluate the Max Pool Size setting in connection pooling, which determines the maximum number of connections that can be created.
Loading...
Related Quiz
- To pass the request and response to the next entity in the chain, the filter uses the __________ method.
- What is a common practice to reduce the load on a servlet?
- Describe the role of Subresource Integrity (SRI) in preventing XSS attacks.
- What is the difference between ServletContextListener and ServletContextAttributeListener?
- The _________ interface in Java EE allows the server to react to WebSocket lifecycle events.