Re: [GENERAL] PHP + PDO + PGPOOL = Segmentation fault

2009-10-28 Thread VladK
This script executed by cron. And segmentation fault generated by PHP script. Richard Huxton wrote: > > PHP doesn't really do connection pools anyway. You would have ended up > with one connection for each Apache backend. > > What fails with "segmentation fault" - Apache+PHP, pgpool or Post

[GENERAL] PHP + PDO + PGPOOL = Segmentation fault

2009-10-27 Thread VladK
Hello, I have a script which is written in PHP (5.2.8) + PDO (1.0.3). It's stable, but actual version of PGSQL driver for PDO don't allow persistent connections. So we decided to use PGPOOL-II-2.2.5. It's configured to work in connection pool mode with following settings: # number of pre-forked