Dennis Fogg wrote: > > > tfk wrote: >> >> Just curious - but do they really work? I know that supposedly a >> persistant connection is re-used and you save the overhead of >> establishing the connection etc. - but have you check if it actually >> works? >> > > I have not done any sql with my db connection yet so I don't have > experience with this yet. > However, persistent connections are easy to enable and disable, > so I have a config parameter to turn it on and off. > I'll develop with it on to see if I find any problems. If there are > problems, I'll just turn it off. >
Just found some info about persistent postgres connections indicating they should not be used "as is": http://archives.postgresql.org/pgsql-general/2007-08/msg01406.php details: http://archives.postgresql.org/pgsql-general/2007-08/msg00660.php and http://archives.postgresql.org/pgsql-general/2007-08/msg01489.php -- View this message in context: http://www.nabble.com/ZF-performance-advice-tf4610974s16154.html#a13185697 Sent from the Zend Framework mailing list archive at Nabble.com.
