Overview#
Concurrency, in modern Programming, means multiple computations are happening at the same time.Concurrency is the ability of different parts or units of a Application, algorithm, or problem to be executed out-of-order or in partial order, without affecting the final outcome.
Concurrency may be used via a Message Passing Interface using a
time slicing is when thread switches are performed which makes it appear like multiple processes are being executed simultaneously on the same CPU.
More Information#
There might be more information for this subject on one of the following:- Asynchronous Operation
- Light-Weight Process
- Message Passing Interface
- Multitasking
- The Twelve-Factor App
- Thread pool
- Time slicing
- [#1] - Concurrency_(computer_science)
- based on information obtained 2019-12-27
- [#2] - Reading 17: Concurrency
- based on information obtained 2019-12-27