1.

What Is Concurrency And How It Is Achieved In Software?

Answer»

Concurrency is the tendency of events or actions to happen simultaneously. In software, when two or more processes execute simultaneously, they are called CONCURRENT processes.

Example: While you INITIATE print command and PRINTING starts, you can open a new application.

Concurrency, is IMPLEMENTED by splitting the software into multiple independent units of execution namely processes and threads, and EXECUTING them in parallel.

Concurrency is the tendency of events or actions to happen simultaneously. In software, when two or more processes execute simultaneously, they are called concurrent processes.

Example: While you initiate print command and printing starts, you can open a new application.

Concurrency, is implemented by splitting the software into multiple independent units of execution namely processes and threads, and executing them in parallel.



Discussion

No Comment Found