More Effective Use of Shared Memory on Linux

23
Anonymous Reader writes “Making effective use of shared memory in high-level languages such as C++ is not straightforward, but it is possible to overcome the inherent difficulties. This article describes, and includes sample code for, two C++ design patterns that use shared memory on Linux in interesting ways and open the door for more efficient interprocess communication.”

Link: ibm.com/developerworks

Category:

  • Linux