Quantcast
Channel: How do atomic variables based on shared memory work in inter-process contexts? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Andriy Berestovskyy for How do atomic variables based on shared...

Modern CPU caches operate on physical addresses (usually caches are virtually tagged physically indexed). Basically this means that two virtual addresses in two different processes translated to the...

View Article



How do atomic variables based on shared memory work in inter-process contexts?

Let's say a process creates a piece of shared memory the size of 2 integer (64-bit/8bytes).The shared memory will be available to not only threads of the process, but other processes on the system that...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images