How does load balancing work with multiple server with multiple DBs
Posted
by Matt
on Stack Overflow
See other posts from Stack Overflow
or by Matt
Published on 2010-04-20T18:21:30Z
Indexed on
2010/04/20
18:23 UTC
Read the original article
Hit count: 333
I guess what im looking for is a description on how this all works together. I'm used to setting up one server with maybe another server to handel the DB.
My question is how does the load balancer work where do all the script(php,python) files go? If i make a change to one i have to rsync them to all the server that the balancer refers to?
Also does each server need client side DB's installed so they can reference the DB's that are on other servers?
If there is a site that explains all this i would be happy to read it.
© Stack Overflow or respective owner