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
What is encapsulation in php?
What is session in c#?
What are the benefits of composer?
Is age an interval or ratio?
Can we set session value in javascript?
Explain me what is the goto statement useful for?
List the different types of print functions available in php?
How does cookies work in php?
Which function is used in php to search a particular value in an array?
Why framework is used in php?
Tell me how stop the execution of a php scrip?
List data types in PHP?
What is difference between post and put in rest?
Tell me what is the difference between exception::getmessage and exception::getline?
What is $_ request in php?