Junior
What is the mechanism called that maintains active connections with the database (connection pool)?
sobes.tech AI
Answer from AI
A mechanism that maintains a limited pool of active database connections is called a "connection pool." It allows reusing already open connections, reducing the overhead of establishing new ones and controlling the maximum number of concurrent connections to the database.