|
|
|
|
|
by jstimpfle
1613 days ago
|
|
No. _I_ want to know what we're talking about, as my original question clearly indicates. 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. |
|
lock free memory based interprocess communication (copied from my first reply)
There is no need to back this memory with files
Again, I'm interested in how you have two processes read and write lock free directly to the same memory if you don't use a memory mapped file.
You have said it isn't necessary, I'm just asking you to back up this claim and explain exactly what you mean.