Running a php-based web application using pgsql backend database--seems that once the slightest load is placed on the application, multiple pgsql processes are spawned--and all queries to the database become extremely time consuming. Occassionally the pgsql server crashes, and or the end user recieves errors indicating that the pgsql server is unable to respond to the database query, etc.
Is this a known issue--and or will an upgrade to the latest version of pgsql or latest CVS of php solve the issue?
Seems that the problem may have started once the Zend optimizer was installed into the PHP distribution--and even upon it's uninstall, the latency of SQL queries is insane. Attempted re-install and compile of pgsql, also recompiled Apache with the php module to see if this would solve the issue. Doubt it's related to the system's hardware--is a fairly powerful box, that should be able to handle the light load that will be placed on it.
--Brandon