You might want to have a look at (persistent connections)

http://www.mysql.com/news-and-events/newsletter/2002-11/a0000000086.html

and (connection pooling)

http://www.mysql.com/news-and-events/newsletter/2003-05/a0000000173.html or
http://dev.mysql.com/doc/connector/odbc/en/faq_3.html#Connection_pool


"Jim MacDiarmid" <[EMAIL PROTECTED]> schrieb im Newsbeitrag
news:[EMAIL PROTECTED]
>
> I'm working with Apache 2.0 and MySQL 4.0.. I'm trying to tune the
> performance of my site. I was wondering if there was a way to grab an
> existing open persisent DB connection instead of opening a new one
> unless it's needed?
>
> Thanks in advance,
>
> Jim
>
> --
> PHP Windows Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>

-- 
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to