Re: [GENERAL] PHP + Postgres: More than 1000 postmasters produce

2004-06-05 Thread scott.marlowe
Have you tested it with regular pg_connects instead of pg_pconnect? while many people expect pconnects to be faster, often, when they result in the database having lots of open idle connections, they actually make the system slower than just using plain connects. You might want to look into s

Re: [GENERAL] PHP + Postgres: More than 1000 postmasters produce

2004-02-24 Thread Gellert, Andre
Hi to all, those helped or enjoyedmy english. I waited over the day to give a summary. > your pgsql backend must be able to accommodate the max persistent > connections * the max number of apache daemons. > > the php pgsql.max_persistent setting is per apache daemon. All of your answers where