What does it take to handle huge traffic?

Discussion in 'Traffic' started by bizhobby, Aug 23, 2006.

  1. #1
    Let's discuss server structures/configurations...

    What does it take to handle traffic like digg.com? For how much?

    What does it take to handle 20 requests/second?

    Is there a point at which you have to drop PHP?
    Or are there tricks to optimize it, may be precompile it?

    Should you have your database on a separate server and have like 2 or 3 front end servers deal with the visitors, having cached as much as possible?

    I'm trying to incorporate this in my business plan for mid term expansion.
    Hopefully the gurus around here can enlighten us n00bs on this.
     
    bizhobby, Aug 23, 2006 IP
  2. bizhobby

    bizhobby Peon

    Messages:
    692
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 1
    #2
    Bueller?

    I suppose there are barely any people using dedicated servers having spare time to explain, let alone using more than 1 server for the same site.
     
    bizhobby, Aug 23, 2006 IP
  3. 1EightT

    1EightT Guest

    Messages:
    2,646
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #3
    I've got a site that uses a cluser of 5 servers. PHP and MySQL can handle the growth just fine as long as you build your code and structure your database for scale. Really the key to my setup is using one master sql server for inserts, deletes, and such while select queries are handled across the entire cluster. It makes sense because there are far for reads fro ma database than writes in most cases.

    Each site and situation are different.
     
    1EightT, Aug 23, 2006 IP
  4. BannerSpot

    BannerSpot Peon

    Messages:
    462
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 0
    #4
    wrong forum i think :)
     
    BannerSpot, Aug 23, 2006 IP
  5. bizhobby

    bizhobby Peon

    Messages:
    692
    Likes Received:
    26
    Best Answers:
    0
    Trophy Points:
    0
    As Seller:
    100% - 0
    As Buyer:
    100% - 1
    #5
    What would be the right forum? I looked and this was the only place where I found people asking for what's a good dedicated server...
     
    bizhobby, Aug 23, 2006 IP