php connection pooling mysql
- by coool
Hi,
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");
Do people use just normal msql_connect or pconnect..? how better is pconnect and what setting should I do for PConnect....
THnks