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
Why is round robin algorithm considered better than first come first served algorithm?
Explain the concept of deadlocks? Why they are used?
Hello this is gaurav garg I have completed BCA. plz TEll me how will ask question in interview.
What is a full form of ok?
What is banker's algorithm?
Can a system detect starvation?
State the main difference between logical from physical address space.
What is the difference between micro kernel and macro kernel?
What is lts in node js?
What does 64bit mean?
Binding of instructions and data to memory?
When would you choose bottom-up methodology?
How does operating system kernel work?
How much ram can xp handle?
Differentiate between Multiprocessing, Mutliprogramming and Multithreading.