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 <adrian.f.c...@gmail.com> 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 >