Ask Question
25 April, 23:28

What do you understand by concurrent programming? Discuss about synchronization primitives?

+2
Answers (1)
  1. 26 April, 00:26
    0
    Concurrent programming is defined as, the execution of multiple concurrent interacting computational tasks. It is the process of creating by a single program. It is also known as parallel programming. The tasks also executing on a single processor, where several processors in close proximity or distribute across in the networking.

    There are two techniques in concurrent computing system are:

    Shared memory communication Message passing communication

    Synchronization primitives are simple software which support multi threading the kernel. These primitives are implemented by the atomic operation and use the appropriate memory barriers so that the user of these primitive are independent.
Know the Answer?
Not Sure About the Answer?
Get an answer to your question ✅ “What do you understand by concurrent programming? Discuss about synchronization primitives? ...” in 📙 Computers & Technology if there is no answer or all answers are wrong, use a search bar and try to find the answer among similar questions.
Search for Other Answers