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 need to server 1000s of requests at a time ? (http server)
you can see the kind of site Im talking about is a download site.
the server just dies when we have too many download requests.
we currently have intel xeon quad core 2.4ghz with 4gb of ram.