I was wondering how you would synchronize on a memory-mapped file to safely use it as a pipe between two JVMs. Has anyone done that before with success?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
|
I have a library which does this but it doesn't use synchronization. It writes once to memory rather than reusing the memory which simplifies the memory model. Java Chronicle |
|||||||
|