[Pgpool-general] problems with adodb

Tatsuo Ishii ishii at sraoss.co.jp
Sat Nov 29 01:57:42 UTC 2008


Can you provide more details?

What version of pgpool? pgpool.conf? What do you see if you start
pgpool with -d (debug) option?
--
Tatsuo Ishii
SRA OSS, Inc. Japan

> 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
> Pgpool-general at pgfoundry.org
> http://pgfoundry.org/mailman/listinfo/pgpool-general


More information about the Pgpool-general mailing list