Persistent Connections
Hello,
I was wondering how to setup Tiki for persistent database connections?
Would i just set php.ini to allow persistent connections (using mysql.allow_persistent On directive) and then my tiki installation would automatically detect this and use mysql_pconnect, or would i have to change all appearances in the code of mysql_connect to mysql_pconnect and remove all appearances of mysql_close?
Also, if it does detect it automatically, would i have to setup php.ini to allow persistent connections before the install, or would it also work afterwards?
Also, i'm keeping a log of setting up and doing some primitive benchmarking of Tiki with PHP/Apache and MySQL on separate servers and if it's useful i could add it to the TikiBoosting page. Would it be useful?
Any help would be appreciated.