PHP Connection Pool: PDO with PostgreSQL, what to use?

0

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!

    
asked by anonymous 13.05.2016 / 03:37

0 answers