|
Posted by Vincent Delporte on 12/07/06 03:46
On Wed, 06 Dec 2006 21:34:14 -0500, Jerry Stuckle
<jstucklex@attglobal.net> wrote:
>A persistent connection is one which hangs around - that is, when you
>close the connection, it doesn't really "close" it - as in it doesn't
>disconnect from MySQL.
OK. I was wondering what the difference was between mysq_connect() and
_pconnect().
So, to minimize load, the first step is making sure the DB schema +
queries are prestine, and then, try to make as few calls as possible.
Short of using an application server instead of CGI like PHP, there's
not much I can do on a shared server?
Navigation:
[Reply to this message]
|