Hi,

I have this question in my mind and have been searching for its solution for days.

A forum (developed in PHP/Mysql) which gets 10,000 hits per day. Which of the following connection would be most appropriate for such a high traffic forum Or it does not matter which ever is being used?

mysql_connect()

or

mysql_pconnect()

Also, will it matter if the forum is not made using objects and classes?

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.