How to optimize mysql databse for serving 1000s of requests at a time ?

Posted by Bilal on Server Fault See other posts from Server Fault or by Bilal
Published on 2010-09-01T05:16:46Z Indexed on 2011/03/12 8:11 UTC
Read the original article Hit count: 381

Filed under:
|
|
|
|

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.

© Server Fault or respective owner

Related posts about apache

Related posts about mysql