Re: thread safe fat



On 30 Ago, 15:09, larwe <zwsdot...@xxxxxxxxx> wrote:
On Aug 30, 8:54 am, kmag...@xxxxxxxxx wrote:

is quite likely that tha internal data buffers of the FAT module
become corrupted.

I designed my DOSFS to be reentrant.http://www.zws.com/products/dosfs

It seems to be that in your DOSFS each task executing a filewrite or
read has to have at least a block-sized buffer and some file-info
structures as FILEINFO. It's to much expensive for my RAM resources:
with four tasks I run out of memory.

Thanks

.