Shared memory Flashcards

1
Q

what are the diffferent implementations of Shared memory?

A

System V impl of SM using shmget and related functions

File backed memory using mmap and shm_open.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is mmap?

A

Virtual memory of a process is mapped onto the disk

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is unmapping?

A

Unmapping a process’ memory from disk.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly