Interesting question. Most agree that shared memory should be minimized and that you should use IPC rather than shared memory if at all possible. Object Oriented programming suggests that an "Object" have it's own methods and that should be the only way that the data object should be modified. Shared memory tends to bypass that construct. In the current programming environment, shared memory is no longer recommended.
Copyright © 2026 eLLeNow.com All Rights Reserved.