|
|
|
|
|
by CyberDildonics
1613 days ago
|
|
I said "lock free memory based interprocess communication" You said "There is no need for file-backed memory to do that." If that is true, I want to know what you are talking about, so I'm just asking you to back up the claim you made. |
|
You can do "lock-free memory based interprocess communication" with memory (obviously). There is no need to back this memory with files, certainly not files on a hard drive that you would otherwise access using read() and write(). Hence my original question.