Hi,
i'm trying to use pgpool for my web app, it's written in php+adodb.
when i connect using pgpool my connection strings looks like this.
$this->db = ADONewConnection("postgres");
$conexion="dbname=mic host=localhost port=9999 user=mic password=mypassword";
if (!$this->db->Connect($conexion))
but after a few minutes the database hangs... this is true for
production and test (low activity) environments...
anyone using adodb has a clue? AFAIK, Connect function doesn't use
persistent connections
--
Atentamente,
Jaime Casanova
Soporte y capacitación de PostgreSQL
AsesorÃa y desarrollo de sistemas
Guayaquil - Ecuador
Cel. +59387171157
_______________________________________________
Pgpool-general mailing list
[email protected]
http://pgfoundry.org/mailman/listinfo/pgpool-general