When you create a connection it is available to the
end of the script run. You can run as many queries as
you wish in the script and all will use the same
connection.
If you wish for multiple accesses to use the same
connection, I think you will have to use persistent
connections.
olinux
---
You can use persistent connections from php to mysql server
using mysql_pconnect(host,user,passwd) then go on to use the returned link.
this will open a new connection only if one is not available.
kumar
"Support @ Fourthrealm.com" wrote:
> Another question about efficiency / using server resour
2 matches
Mail list logo