Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is the difference between mysql_connect and
mysql_pconnect ? Which one is good in terms of performance ?

Answer Posted / modi

mysql_pconnect Open a persistent connection to a MySQL server

First, when connecting, the function would first try to find
a (persistent) link that's already open with the same host,
username and password. If one is found, an identifier for it
will be returned instead of opening a new connection...

Second, the connection to the SQL server will not be closed
when the execution of the script ends. Instead, the link
will remain open for future use (mysql_close() will not
close links established by

Is This Answer Correct ?    11 Yes 1 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Where is session value stored?

1052


How can you get the size of an image in PHP?

1052


What is basename php?

1017


What type of language is php?

1042


what does this symbol mean in php?

1206


Why session is required?

991


What is isset in php?

1050


Explain the difference between unlink() and unset()?

995


Explain Creating and Naming an Array?

1072


Which php global variable is used for uploading a file?

1068


What are the rules to declare a php variables?

1245


What is composer phar?

1066


What is polymorphism in oop php?

1053


Tell me how comfortable are you with writing html entirely by hand?

981


What is $globals php?

1080