How create an PostgreSQL connection pool using Java?

Viewed 20249

I'm trying to use a Connection Pool, but I don't understand it right. Who implements it? The software, the driver or the database?

How I do to have my program running using a Connection Pool? I'm using the native PostgreSQL driver.

I need an code example. I'm doing an webcrawler and it has many connections to the database.

3 Answers
Related