Reputation: 24793
I have a rails app that accepts file uploads and I wanted to know the best way to have common storage between servers. Since we have a number of windows applications we have used samba in the past, but as we build pure linux apps I would like to do this the best possible way.
We are expecting large amounts of data, so would need to scale this across multiple file servers.
Upvotes: 5
Views: 1540
Reputation: 734
Another good alternative is from the creators of Memcached:
Mogile FS http://www.danga.com/mogilefs/
Upvotes: 2