Let's talk about vDSO.
This commit is contained in:
parent
8b2d60cd4e
commit
4fefb2ee2c
1 changed files with 8 additions and 0 deletions
8
notes/misc.md
Normal file
8
notes/misc.md
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
# vDSO (7) - virtual (ELF) dynamic shared object
|
||||||
|
|
||||||
|
This library replaces some syscalls in order to get values from shared
|
||||||
|
memory pages between all applications, preventing context switches and
|
||||||
|
improving overall performances.
|
||||||
|
Example: current time is the same for all applications, thus the time
|
||||||
|
is written in a shared memory space that all applications can access at
|
||||||
|
any time without sending a request to the kernel.
|
Loading…
Add table
Reference in a new issue