How do you create a sharesystem between two nodes in a cluster for a Rails app?

Posted by Trip on Stack Overflow See other posts from Stack Overflow or by Trip
Published on 2010-06-01T14:13:55Z Indexed on 2010/06/02 1:53 UTC
Read the original article Hit count: 177

I deployed to a cluster, and realized that each node holds its own independant database.

I am currently using Engine Yard as my host.

How can I create a sharesystem so that all my nodes/instances share the same file system?

Some people recommend S3, but this may not be the best choice because my users need to be able to edit their files they upload.

Any ideas?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about unix