Dear all,
What is the difference between mysql_connect() and mysql_pconnect()? From my only knowledge, mysql_pconnect is a "persistent link" command, which cannot close the mysql process by mysql_close(). If the mysql process cannot be closed, I think it may waste a lot of resource of the server. I would like to ask what's the function of mysql_pconnect()?
Thanks
Simon
What is the difference between mysql_connect() and mysql_pconnect()? From my only knowledge, mysql_pconnect is a "persistent link" command, which cannot close the mysql process by mysql_close(). If the mysql process cannot be closed, I think it may waste a lot of resource of the server. I would like to ask what's the function of mysql_pconnect()?
Thanks
Simon