What is the difference between mysql_connect and
mysql_pconnect ? Which one is good in terms of performance ?
Answer Posted / ranjan goyal
In addition to what Brijendra said, persistanty connections
are limited per server so limited number of people will
have access to the website so infact it will stop high
traffic that implies if we say assuem that our site will
have high traffic then we must not use persistent
connections. Persistent connections should be used only
where we only have limited number of users
| Is This Answer Correct ? | 21 Yes | 3 No |
Post New Answer View All Answers
How to read and display a HTML source from the website url?
Tell us what is the difference between session_unregister() and session_unset()?
What is the difference between md5(), crc32() and sha1() crypto on php?
What is ltrim?
What are the rules to declare a php variables?
Define soundex()?
What is sql injection in php?
What are php applications?
Is array function in php?
How to protect special characters in query string?
What is echo in html?
How many columns can be added in a table in mysql?
What is the role of php?
Who is the father of php?
What is php string function?