Hi, I watched the Connection Pooling video and then tried to complete the following quiz question: “Which of the following are benefits of connection pooling?”
However, some of the correct/incorrect answers are NOT covered in the preceding video such as whether multiple clients can share a connection pool or whether a pool persists after a client is terminated.
In the video, it looks like a pool is being shared between multiple clients, but based on the answers to the quiz, I assume this is incorrect? A connection pool is based on a link between one client and the DB, where between them lies a connection pool (default with 100 available connections)? Is this correct?
Thanks in advance,
Kyle