Overv / vramfs

VRAM based file system for Linux
1.26k stars 65 forks source link

Multiple process usage #29

Open tugrul512bit opened 3 years ago

tugrul512bit commented 3 years ago

Is this thread-safe in itself? What happens if OS writes/reads myfile.txt while I have a process also reading/writing myfile.txt?

What if different files are accessed concurrently?

Do we get graphics card's asynchronous features (like pci-e both ways usage, read+write concurrently)?

I have 2x K420 cards and a GT1030 card. Can I use 3 instances and somehow join all for 6GB(2 each) memory without losing threadsafeness? Can I have 2-3 instances on 1 graphics card to have more threading?

twobombs commented 1 year ago

AFAIK 5x yes