What is the difference between shared memory and message passing?
Answer / Ankit Kumar Singh
Shared memory allows multiple processes to access the same memory region, while message passing involves sending messages (usually in the form of data structures) between processes through a communication channel. Shared memory provides faster communication but requires synchronization, while message passing offers better process isolation.
| Is This Answer Correct ? | 0 Yes | 0 No |
How do you check your operating system?
Explain binary semaphore and its functionality.
What is Dirty bit? What is the role/purpose of dirty bit?
Do I need web plugins for vlc?
Considering notepad/IE or any other thing as process, What will happen if you start notepad or IE 3 times ? Where three processes are started or three threads are started?
What is the difference between chkdsk r and f?
What is the difference between exclusive lock and shared lock?
What is sin_addr?
What do you understand by multi-threading and multi-tasking?
What is the purpose of hard disk?
Give some benefits of multithreaded programming.
What is a compiler?