Hi everyone:
Do you suggest using mysql_connect() or mysql_pconnect() on database intensed website?
Using mysql_pconnect() to have persistent connection seems to be a good option, but what about the problem of number of connections allowed by MySQL? When does the connection colse? When the visitor leave the website?
Also, any comments on using improved Mysql extension?
Thanks!!!