Thinking of the following scheme:
Linux Server (Can be Ubuntu Server) +
PHP using PDO +
PostgreSQL +
Apache HTTP Server +
Some connection pool
I would like some pool hint (which is trustworthy) to manage the connections to the database. I do not know if PDO deals as well as a POOL connection.
Thank you in advance!