Static image server requirements/thoughts?

Discussion in 'Technical' started by Tipem, Jun 18, 2008.

  1. Tipem

    Tipem New Member

    Hello,

    Ok, so I run a website thedailyneopets.com that has gotten 1m+ pageviews within the past month (20,000 visits a day, yikes!). If you go to the website, you can tell that we're pretty image heavy (entertainment-related, yup). Every page on my site AT LEAST has 19 images, I've calculated. And some other pages, as many as 50.

    Accordingly to my webstats in my Ensim control panel (which I highly doubt, but still, it's the root server logs), the directory "/uploads/" accounts for 40% of all of my total request last week (2406974 to be exact). The uploads directory is where all of my staff members upload their static images for pages and guides and such (basically where all images are stored). I also have an /images/ directory which serves images for JUST our layout (e.g., headers, footers, sidebars, etc) which accounts for another 29% percent of all incoming requests last week week (another 1736824 to be exact).

    Now the server I'm on (CentOS, 6gb of RAM or something crazy like that, I can't remember exactly but minimum is 6gb) is actually handling the load quite well. It doesn't crash or anything. I'm nice and happy. But because we're handling an exceptionally LARGE load and considering most of the load is just static content, I figure now would be a good time to start splitting up servers and "branching" out instead of getting to the point where my current server starts crashing.

    Based on my stats, what kind of server requirements would be needed for a STATIC IMAGE SERVER? Notice STATIC which means it wouldn't serve dynamic content such as php/mysql scripts. I was thinking Lighttpd + minimal installation of CentOS (Lighttpd is super fast for static content, I love it). But what kind of hardware would I need to handle nearly 69% of all my total requests? I currently have a free server sitting around that has 3.7 gb of RAM with a Pentium 4 in it... could this work?? Again, it wouldn't need to run big apache modules... just lighttpd and static content. No need for a bulky control panel such as Ensim either; just a dedicated IP box.

    Let me know what your thoughts are. b)

    Tipem
     
  2. falko

    falko Super Moderator ISPConfig Developer

    We're doing it like this: we've set up an image server with lighttpd (it's an OpenVZ vm with 1GB RAM, I think) and have a cron job that transfers the images from the HTTP servers to the image server with rsync. lighttpd handles the load exceptionally well, there's no load on the vm (0.00 or 0.01 all the time), and our web site has even more visits than yours.
     
  3. Tipem

    Tipem New Member

    Hmmm, so do you think, in the end a

    Lighttpd
    Centos 5
    3gb of RAM
    Pentium 4
    Backbone: RoadRunner Business Class (not datacenter T3 connection, just T1)

    server could handle about 600,000 static image requests per day?? Give me your honest opinion. Lol, I wanna make sure this will work before I wipe the box.
     
  4. falko

    falko Super Moderator ISPConfig Developer

    I'm not sure about the P4, but I think it *should* work.
     

Share This Page