Blobstore Filesystem: does it work on shared folders with concurrent clients?

2014-11-12 Thread Anthony Alba
Does the filesystem blobstore provider work on shared folders, with concurrent clients? Does the provider handle locking and contention in naming? - Anthony

Re: Blobstore Filesystem: does it work on shared folders with concurrent clients?

2014-11-12 Thread Adrian Cole
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