Process
1.What is Process?
A process is an executing program.
An operating system uses processes to separate the applications that are being executed.
Thread
What is Thread?
A thread is the basic unit to which an operating system allocates processor time.
when to use multiple threads?
increase the responsiveness of application.
参考文章: