Your Open Source
Free YourOpenSource Softwares Online Resources and Softwares Downloads with Demo
Related Links
PHP
different between mysql_connect or mysql_pconnect
what is different between in mysql_connect and mysql_pconnect ?
Mysql_connect opens a new connection each time a PHP page is called up,
and closes the connection down again at the end of the request.
Mysql_pconnect will also open a new connection when a PHP page is
called up (at any rate, it will the first time after a server reboot),
but it will NOT close the connection at the end of the request -
instead, it will save it in a connection pool so that a subsequent
request can continue to use the same connection.
-----------------------------------------------------------------------
47
Sep 09 09 02:53:43
Sekar
Rating : 









|
|||
Digg
Yahoo
delicious