What is IPC? What are the various schemes available?
Answers were Sorted based on User's Feedback
Answer / rohil
Different types of IPC mechanism are
1.PIPES
2.NAMED PIPES
3.SEMAPHORES
4.SHARED MEMORY
5.MESSAGE QUEUE
6.SOCKETS
Is This Answer Correct ? | 27 Yes | 2 No |
Answer / prashanth
Below are the different IPC methods
1. Semaphores
2. FIFO's (Also called Named Pipes)
3. Message Queues
4. Shared Memory
Is This Answer Correct ? | 17 Yes | 3 No |
Answer / devesh bissa
Following IPC mechanisms are available:-
1)Signal
2)Pipe
3)FIFO
4)System V's :- a)Semaphore b)Shared Memory c)Message Queue
5)Socket
Is This Answer Correct ? | 15 Yes | 3 No |
Answer / wizards
Inter Process Communication. IPC is used to pass information
between two or more processes.
Schemes are pipes, shared memory & semaphore.
Is This Answer Correct ? | 16 Yes | 5 No |
Answer / aditi khoje
Inter-Process-Communication (or IPC
The Linux kernel provides the following IPC mechanisms:
Signals
Anonymous Pipes
Named Pipes or FIFOs
SysV Message Queues
POSIX Message Queues
SysV Shared memory
POSIX Shared memory
SysV semaphores
POSIX semaphores
FUTEX locks
File-backed and anonymous shared memory using mmap
UNIX Domain Sockets
Netlink Sockets
Network Sockets
Inotify mechanisms
FUSE subsystem
Is This Answer Correct ? | 1 Yes | 1 No |
What is daemon?
how to create tree of processes. one parent and 3 childs.
What is Inode.
Which ipc is the fastest in unix?
What is a Daemon?
What is IPC? What are the various schemes available?
what is the process id for kernel process?
8 Answers IBM, ITI, Military Engineer Services, Remo, TATA,
What is the very first process created by kernel?
What is the condition required for dead lock in unix system?
How do you execute one program from within another?
Explain the advantage of executing a process in background?
What is semaphone?