In article <[EMAIL PROTECTED]>, Matthew wrote:
> Hi, im fairly new to php and mysql and need a little help. im running a
> forum community and would like to have it run on multiple databases because
> of performance issues others have encountered using the same software on on
> database. My question is is it possible to have the software connect to 2
> different databases depending on which is needed? 

With some database abstraction layer it seems quite easy to run all the
select queries on a slave server, and do the update/insert/delete
queries on the master server.


-- 
Met vriendelijke groeten,
Tim Van Wassenhove <http://www.timvw.info>

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

Reply via email to