How to optimize mysql databse for serving 1000s of requests at a time ?
- by Bilal
How to optimize mysql databse for serving 1000s of requests at a time ?
for a site like: linksnappy.com
Is it possible to configure 2 seperate mysql servers into one load balancing server?
like if one of them is overloaded switch to the next one ?
same question for the http requests handling server.
Another question :
what kind of server do I…