On Mon, 2013-09-02 at 09:31 -0300, Naira Kaieski wrote:
> So the ideia is keep a pool of open connections with
> database.
That's what mod_dbd does for you.
But using a connection pool with PHP throws you straight
into PHP-vs-threading issues. Is your application thread-safe?
--
Nick Kew
-
Hi,
I have some doubts about pool of connections with my application
developed in PHP.
I want optimize the use of resources and database connections has a high
computacional cost. So the ideia is keep a pool of open connections with
database.
I'm using Apache webserver, language PHP and Postg