Essa empresa é sua?
What is Java coneection pool? why is it usefull?
Sigiloso
If you have used a SQL or other similar tool to connect to a database and act on the data, you probably know that getting the connection and logging in is the part that takes the most time. An application can easily spend several seconds every time it needs to establish a connection. Cached connections are kept in a runtime object pool and can be used and reused as needed by the application.