Difference between revisions of "IPC"
From Lost In Wonderlands
(→IPC) |
(→DBUS) |
||
Line 50: | Line 50: | ||
=== Communication Bus === | === Communication Bus === | ||
− | == [[DBUS]] == | + | ==== [[DBUS]] ==== |
* [https://fr.wikipedia.org/wiki/D-Bus wikipedia] | * [https://fr.wikipedia.org/wiki/D-Bus wikipedia] | ||
* [https://www.freedesktop.org/wiki/Software/dbus/ website] | * [https://www.freedesktop.org/wiki/Software/dbus/ website] | ||
Line 56: | Line 56: | ||
* https://yoannsculo.developpez.com/tutoriels/linux/introduction-dbus/ | * https://yoannsculo.developpez.com/tutoriels/linux/introduction-dbus/ | ||
* http://www.yoannsculo.fr/introduction-au-systeme-de-communication-inter-processus-d-bus/ | * http://www.yoannsculo.fr/introduction-au-systeme-de-communication-inter-processus-d-bus/ | ||
− | |||
== [[DCOP]] == | == [[DCOP]] == |
Revision as of 14:25, 28 May 2019
Contents
IPC : Inter Process Communication
NeXT Steps
here everything has yet to be done !
coming soon :
Everything You Always Wanted to Know on Inter Process Communication... (But Were Afraid to Ask)
a collection of links of interest
See also
Inter Process Communication
IPC
- pipe
- named pipe
- shared memory
- mailbox
- Rendez-vous
- socket
- writer/reader
- producer /consumer
Syncronization
- mutual exclusion
- Spinlock
- Barrier
- Semaphores
- Monitor
- Peterson
- Lamport
Remote Procedures Call
Communication Bus
DBUS
- wikipedia
- website
- http://www.linuxembedded.fr/2015/07/comprendre-dbus/
- https://yoannsculo.developpez.com/tutoriels/linux/introduction-dbus/
- http://www.yoannsculo.fr/introduction-au-systeme-de-communication-inter-processus-d-bus/