php connection pooling mysql
Posted
by coool
on Stack Overflow
See other posts from Stack Overflow
or by coool
Published on 2009-05-06T17:09:56Z
Indexed on
2010/03/21
8:51 UTC
Read the original article
Hit count: 719
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
© Stack Overflow or respective owner