written 5.9 years ago by | • modified 2.9 years ago |
Mumbai University > Electronics Engineering > Sem 6 > Embedded System and RTOS
written 5.9 years ago by | • modified 2.9 years ago |
Mumbai University > Electronics Engineering > Sem 6 > Embedded System and RTOS
written 5.8 years ago by |
Inter-process communication
There are several reasons for implementing inter-process communication systems:
Sharing information; for example, web servers use IPC to share web documents and media with users through a web browser.
Distributing labor across systems; for example, Wikipedia uses multiple servers that communicate with one another using IPC to process user requests.
Privilege separation; for example, HMI software systems are separated into layers based on privileges to minimize the risk of attacks. These layers communicate with one another using encrypted IPC.