differentiate between named & unnamed pipe.
Answer Posted / vasanth
unnamed pipe:
1)pipe is an ipc mechanism which is not having any name will be referred by the discriptors one for writing and another for reading.
2)pipe is created using pipe function.
int pipe(int filedes[2]);
3)communication between related processes.
4)it has only one fd.
5)unidirectional.
named pipe:
1)fifo is an ipc mechanism it can be said as named pipe.
2)fifo is created using mkfifo.
int mkfifo(const char *pathnam,mode_t mode);
3)communication between any two processes.
4)it has only two fd.
5)biidirectional.
| Is This Answer Correct ? | 13 Yes | 13 No |
Post New Answer View All Answers
Which is the most commonly used replacement algorithm?
In detail elaborate the system? What is driver?
why unix commands simpler rather than complex task
i am prepairing for 2+ yrs exp in oracle/unix production support,can u tell me which type issue comes in server plz help
Explain about Inodes?
If Media Server fails. What are the steps to be followed? Can anyone please reply for this question Thanks, Ganesh
What are the events done by the Kernel after a process is being swapped out from the main memory?
what is difference between milestone and run-levels in Solaris ?
. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group
What is ant_build.sh? Have u seen that file?
what is the time for incident, problem and change management tickets?
Am using Mac OS 10.4.11 on an Imac (PPC) Internal hard disk got named disk0s3 and will not mount. What commands can be used in TERMINAL to rename the internal hard disk to C96?
win 3.1 is a
what is output mkvg pvname
What are the main differences between Apache 1.x and 2.x?