which is best among pipes, queues, shared memory and why?
Answer Posted / chetan
shared memory is best because of
-kernal persistancy
-No destructive reading
-just single pointer is enough to do read and write operation
-No size limit for data
-No need worry about broken pipe,blocking,msg structure(msg
que).
-simple to work out,no extra things to keep in mind other
than freeing it by last process.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Explain thread.
Can chkdsk get stuck?
When did 64 bit come out?
How to take backup using active directory recyclebin concept
What are the different types of CPU registers in a typical operating system design?
What resources are used when a thread created?
Why do I have x86 program file?
How do I completely remove all traces of a program?
What first program that the computer runs when the power is turn on?
Is 64bit faster than 32?
What is a Real Time Operating System? Elaborate.
What is the programs x86 folder?
Tell me what is executive in windows nt?
What are the methods for handling deadlocks?
Differentiate between swapping and paging.