PHP Tutorial - Persistent Connections


The simple connection
     <?
     $conn = mysql_pconnect('localhost');
     echo $conn;
     ?>

Output:
     Resource id #31

Caveats
     o Watch out for multi-credential connections
     o Make sure you match up max_connections and MaxClients

 

©Copyright 2011 download on damnconcept | TNB