Folks,
We have a fairly busy web site present using PHP 5 to
talk to a MySQL 5.0.45 DB on an Apache 1.3 series server. It's
spread out over several physical hosts (one DB server), we use
DB tracking of sessions and there is some transaction usage also.
Right now we keep it simple using mysql_connect. I'd
looked at mysql_pconnect a few years but got scared away by the
warnings about problems. Somebody here wanted to revisit that
issue and I still see warning regarding transaction problems and
dangling connections to the server at the php.net site.
Is anybody using this on a busy site and finding it
worthwhile? I'd appreciate any tips to handle potential problems.
It sounds like it should be a performance boost if configured
properly.
Thanks.
--
John
_______________ _______________ _______________ _______________ ________
Customer Service Software Workshop Inc.
johnm@thebook.c om "software that fits!" (TM)
Toll Free (877) 635-1968(x-211) http://www.thebook.com/
We have a fairly busy web site present using PHP 5 to
talk to a MySQL 5.0.45 DB on an Apache 1.3 series server. It's
spread out over several physical hosts (one DB server), we use
DB tracking of sessions and there is some transaction usage also.
Right now we keep it simple using mysql_connect. I'd
looked at mysql_pconnect a few years but got scared away by the
warnings about problems. Somebody here wanted to revisit that
issue and I still see warning regarding transaction problems and
dangling connections to the server at the php.net site.
Is anybody using this on a busy site and finding it
worthwhile? I'd appreciate any tips to handle potential problems.
It sounds like it should be a performance boost if configured
properly.
Thanks.
--
John
_______________ _______________ _______________ _______________ ________
Customer Service Software Workshop Inc.
johnm@thebook.c om "software that fits!" (TM)
Toll Free (877) 635-1968(x-211) http://www.thebook.com/
Comment