I heard of some distributed file systems like Gluster and Moose. Are there any better ideas out there that I am not aware of?

link|improve this question

50% accept rate
feedback

2 Answers

You didn't mention this as a possibility, but how about a CDN like Amazon CloudFront, Akamai, Limelight Networks, or Rackspace Cloud Files?

link|improve this answer
I think I would not choose this service-like options. I need to build it on my own – Mickey Shine Mar 30 '10 at 7:22
feedback

I use SQUID as a front-end proxy with caching rules setup for static content, so as that it's stored in RAM for common requests. Unless you have a particular goal in mind as part of the backend architecture, I cannot see the need for a distributed file system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.