Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

5
votes
5answers
683 views

Shared file storage for a Rails Application

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, ...
2
votes
1answer
49 views

Distributed Network B+trees

I would like to build a B+tree that spans a multi-node computer network (internal subnet of Linux PCs) for elastic massive storage. Range scans are important. Is this basically the underlying data ...
2
votes
3answers
134 views

Recommendations for file server to be used with Rails application

I'm working on a Rails app that accepts file uploads and where users can modify these files later. For example, they can change the text file contents or perform basic manipulations on images such as ...