InterviewSolution
Saved Bookmarks
| 1. |
What do you understand by connection pool and how many connection pools did you have in your last project? |
|
Answer» Connection pool is needed for every physical database and it contains information about the connection to the database. We had multiple connection pools to save time of users. |
|