The Win32_Thread class represents a thread of execution.While a process must have one thread of execution, the process can ...

The Win32_Thread class represents a thread of execution.While a process must have one thread of execution, the process can create other threads to execute tasks in parallel.  Threads share the process environment, thus multiple threads under the same process use less memory than the same number of processes.