Object-oriented shared memory programming under Linux
July 21, 2004This article by IBM's Sachin Agrawal discusses the Linux operating system's shared memory architecture, and how object-oriented C++ programmers can best exploit it. According to Agrawal, shared memory is the most efficient inter-process communication channel available in modern operating systems, and Linux's shared memory architecture is uniquely useful. (more…)