Unix IPC Question:
What is IPC? What are the various schemes available?
Answer:
Inter Process Communication. IPC is used to pass information
between two or more processes.
Schemes are pipes, shared memory & semaphore.
Below are the different IPC methods
1. Semaphores
2. FIFO's (Also called Named Pipes)
3. Message Queues
4. Shared Memory
between two or more processes.
Schemes are pipes, shared memory & semaphore.
Below are the different IPC methods
1. Semaphores
2. FIFO's (Also called Named Pipes)
3. Message Queues
4. Shared Memory
Previous Question | Next Question |
Please Describe the initial process sequence while the system boots up? | How do you execute one program from within another? |