An official website of the United States government
Here’s how you know
Official websites use .gov
A .gov website belongs to an official government organization in the United States.
Secure .gov websites use HTTPS
A lock (
) or https:// means you’ve safely connected to the .gov website. Share sensitive information only on official, secure websites.
Shared memory can be used in place of first-in-first-out queues (FIFOs) for communication between Linux operating system user processes and real-time Kernel modules. Shared memory has some features (e.g., fast access to large data structures, multiple readers) that make it more suitable than FIFOs in some systems. This documentation describes how to set up shared memory, and how to use it for consistent reading, writing, and queuing of data between user and kernel processes.
Proctor, F.
(1999),
Using Shared Memory in Real-Time Linux, Using Shared Memory in Real-Time Linux, [online], internal:/None
(Accessed December 13, 2024)