answersLogoWhite

0

you can make effective communication between 2 processors by using volatile keyword..

User Avatar

Wiki User

14y ago

What else can I help you with?

Related Questions

Is there another word for collaborating?

Interfacing, communicating, and cooperating are synonyms for the verb collaborating.


What is the difference between competing processes and cooperating processes in operating system?

The difference is that competing processes in an operating system compete for resources. Cooperating processes share resources, and some even work together to complete the same task.


What is cooperating processing?

cooperating processes are processes that cooperate to achieve a specific task. a task is initially broken into subtasks , each subtask is assigned to a process that should pass the result (or input) to another process and so on , until the task is done.


What is the distinction between competing processes and cooperating processes?

Competing processes are those that vie for shared resources, leading to potential conflicts, as they attempt to access the same resources simultaneously. In contrast, cooperating processes work together to achieve a common goal, often sharing data and resources in a synchronized manner. While competing processes may require synchronization mechanisms to prevent resource contention, cooperating processes typically utilize inter-process communication to coordinate their actions. This distinction is essential in operating systems and concurrent programming to manage resource allocation and ensure efficient collaboration.


How do you spell cooperating?

It is usually cooperation or co-operation (working together).*Note that co-operation can mean simultaneous operationof two separate processes, such as administration or machinery.


How cooperating processes communicate?

you can make effective communication between 2 processors by using volatile keyword..


What are different science processes describe each?

observing,measuring,inferring,communicating,classifying,predicting


Which is correct- We've been cooperated with or We've been cooperating with?

have been cooperating with both.


Which is correct you've been cooperated with or We've been cooperating with?

"we've been cooperating with" is the correct one.


What are some antonyms of cooperating?

antonyms of cooperating are: blocking, delaying, stopping, handicapping, hindering, obstructing, impeding, and preventing.


When was Organization of Cooperating Autonomous Trade Unions created?

Organization of Cooperating Autonomous Trade Unions was created in 1985.


Is it true that the cooperating processes do not require interprocess communication?

No. If cooporating processes are to actually cooporate with each other, there must be some kind of inter-processing communication between them so they know when to wait for the other process to complete some task that is needed by the first process.