Number of ways a process can communicate with another process in any OS
What are the total number of ways that 2 processes c开发者_运维问答an intercommunicate?
- file
- o/s pipe
- socket
- shared memory
- semaphores, mutexes, spinlocks, etc.
- program argument and exit value
- signals
- operating system specific features
精彩评论