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. -- View this message in context: http://www.nabble.com/ZF-performance-advice-tf4610974s16154.html#a13184565 Sent from the Zend Framework mailing list archive at Nabble.com.
