I use a file to communicate between Python and Ruby script. But, we have mmap. So here are my questions.
- Can I do the same thing (communicate between processes) with mmap?
- What advantage can mmap give us over physical file? Speedup?
- What would be the easiest way to communicate between two processes?
- What would be the fastest way to communicate between two processes?