Posted by Vincent Delporte on 12/06/06 22:18
On Tue, 05 Dec 2006 22:41:06 -0500, Jerry Stuckle
<jstucklex@attglobal.net> wrote:
> Don't use persistent connections
> Open the connection to the database once per page
> Ensure your database queries are optimized (see the appropriate
>database newsgroup)
> Make as few requests as you need to to get the data
Thanks everyone. I'll see with him how he organized his data on the
DBMS, and go through the above too.
BTW, what are "persistent connections"? Is there a different way than
using mysql_connect() at the top of any page that needs access to the
DBMS?
[Back to original message]
|