What is multithreading, what are processes and threads

what is a process

Each running application is an independent process, such as eclipse and qq, which are two processes.

what is thread

A process can contain multiple threads

what is multithreading

Multiple threads run at the same time, just like one-way and multi-way, which improves the running speed of the program

Guess you like

Origin blog.csdn.net/Rockandrollman/article/details/130462798