Multiple Choice
Which of the following is true?
A) You should maintain a separate database connection for each client request.
B) You should maintain a connection pool that allows the server to manage a limited number of database connections and share them among requests.
C) You should never connect to databases from web apps.
D) None of the above.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions