View Single Post
Old 09-17-2017, 06:23 PM  
TACNet
Confirmed User
 
TACNet's Avatar
 
Industry Role:
Join Date: Jan 2009
Posts: 452
Quote:
Originally Posted by PamWinterReturns View Post
Set up one db? Seems too simple. Build site A, then configure site B with same credentials as site A!?

If so, how will B update ?? Don't I need to manually tell A you update B?
? ?
We been doing this for years. One DB server backend that updates multiple sites across multiple servers

Obviously all the sites need to connect to the db server which can be done using localhost (if everything is one one server) or you can grant access by IP address for a multi server environment

Then simply use a script (eg PHP, Perl etc) to produce your pages on-the-fly so any changes are instantly reflected accross all sites

If you have a high traffic page (eg your index page) then you may want to have a cron script update that page say once every hour rather than on-the-fly as it can overload the db server.
__________________


TAC Amateurs - The World's LARGEST Amateur Porn Network
TACNet is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote