Re: Tux3 influence

2014-07-24 Thread Daniel Phillips
Hi Sachar, On Wednesday, July 23, 2014 4:43:35 AM PDT, you wrote: In the past few month I developed Funex, a new (FUSE-based, GPL) file-system. Although still in very early alpha stages, the basic functionality seams to work fine. During the development process I discovered again and again that

Re: Tux3 influence

2014-07-24 Thread Shachar Sharon
Typically, userspace file-systems serves in-coming requests via fuse file-descriptor using some sort of threads-pool. This design often yields complex locking schemes on internal data-structure. Funex tries to avoid this problem by using a message-passing architecture, using the following three