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.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *