Re: [PHP] mysql persistent connection...

2004-07-10 Thread Jason Wong
On Sunday 11 July 2004 10:03, bruce wrote: > i'm trying to get a better understanding of how to implement persistent > connections with mysql in either perl/php > > basically i'm trying to solve the issue of whether a web app has to > essentially perform a new mysql_connect on every page that's goi

[PHP] mysql persistent connection...

2004-07-10 Thread bruce
i'm trying to get a better understanding of how to implement persistent connections with mysql in either perl/php basically i'm trying to solve the issue of whether a web app has to essentially perform a new mysql_connect on every page that's going to be doing any database access. using mysql_con