I am planning to use MYSQL. Is there a connection pooling extension available? Or what is the normal practice for connection? Is this the one used in every where...
mysqli_connect("localhost", "xxx", "xxx", "test");
Insanlar mysql_connect
sadece normal kullanmayın veya Do pconnect
..? pconnect
Nasıl daha iyi ve ben PConnect için ne ayar yapmalıyım?