Training
×

Shared Memory

We have discussed the use of INtime’s communication objects and now reflect on shared memory, the most efficient way to access large amounts of data if the memory can be accessed from all threads involved.
Shared memory - when used across the nodes of a single host - is the most efficient way to share large amounts of data. To coordinate writing and reading of data in the shared memory the use of semaphores or regions is recommended.