Thanks Andrian, I think I am looking for something like this https://maginatics.com/product/maginatics-cloud-storage-platform but one I can download and test.
On Wed, Nov 12, 2014 at 2:32 PM, Adrian Cole <[email protected]> wrote: > Not a good fit, Felipe. I would use something that exposes S3 apis and > is already a distributed service. There are a number of things like > this including swift, ceph, many cassandra-like-things, etc. > > Filesystem was designed just as a tool, not as a production service. > > Hope this helps! > -A > > On Wed, Nov 12, 2014 at 9:28 AM, felipe gutierrez <[email protected]> wrote: > > Hi, and about distributed servers with jCloud file system? Is that > possible? > > Is there any example of it? > > > > Thanks in advance! > > > > On Wed, Nov 12, 2014 at 12:57 PM, Adrian Cole <[email protected]> > > wrote: > >> > >> Hi, Anthony. There is no synchronized, or mutex code in the current > >> filesystem implementation. There are also no multithreaded tests to > >> show it doesn't need that. In other words, I would use it only from a > >> single thread, and synchronize externally. That said, you can always > >> raise a pull request to help with the race conditions :) > >> > >> -A > > > > >
