> Anyone here keeping MySQL on a separate server than their Apache/Linux/PHP box?
> 
> Any advice?
> 
> I assume I should re-use persistent connections and things like that to reduce 
>needing to open new connections via TCP/IP.
> 
> But anything else I should know?  Any URL where I can read more about doing this?

We use a seperate mysql database for one of our sites and we
_DON'T_ use persistant connections. The overhead of connecting
once at the start of each script never seemed that significant
to us.

YMMV.

-- 
Michael Bacarella <[EMAIL PROTECTED]>
Technical Staff / New York Connect.Net, Ltd
Daytime Phone: (212) 581-2831

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to