[Pgpool-general] problems with adodb

Jaime Casanova jcasanov at systemguards.com.ec
Fri Nov 28 21:16:27 UTC 2008


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


More information about the Pgpool-general mailing list