threads, processes and programs + parallel and concurrency

Source: Internet
Author: User

Process VS Program

Program: A piece of code, an ordered set of instructions.

Process: A dynamic run of a program that uniquely identifies the process through the process Control block.

Process: Dynamic, has the resources, has the unique identification, has the concurrency;

Program: Static, no resources, no unique identity, no concurrency.

Thread: The basic unit of CPU dispatch. A separate running unit that is smaller than the process and can have multiple threads executing concurrently in the same process.

Process: The basic unit of CPU allocation resources.

Parallel: Two or more events occur at the same time.

Concurrency: Two or more events occur at the same time interval.

threads, processes and programs + parallel and concurrency

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.