How to scale out image hosting/serving?

Posted by Continuation on Server Fault See other posts from Server Fault or by Continuation
Published on 2010-12-28T07:16:19Z Indexed on 2010/12/28 7:55 UTC
Read the original article Hit count: 339

I asked this question on stackoverflow and it was suggested that I try it here:

I'm building a website where users can upload photos and I'd also convert uploaded photos into thumbnails.

Planning ahead, if the website gets popular, how do I scale it out so that the images (both original and thumbnails) will be stored in and served from multiple servers? Maybe a cluster? Is there any open source software that would help me in this?

Thanks.

© Server Fault or respective owner

Related posts about clustering

Related posts about website