Inter-Process Communicationby Xiaolan Liu |
|
Problems Demonstration
|
Process Interaction
Resource Sharing Processes that share resources on a system can sometimes create problems. Such problems are often hard to detect and remedy. In a multiprogramming system, two processes might try to run at the same time. That could cause the shared resource, such as a shared database, to be inconsistent. To keep shared resource consistent is an important issue. Mutual exclusion is one solution to this problem.
Synchronization
|