Multi Thread

Multi Thread

In the same process medium, provides the opportunity to run more than one job. When a process starts running, a thread (main thread) is created and more than one (multi-thread) can be created within the process.

 

What is Thread?

 

It provides the opportunity to run more than one job in the same process environment. When a process starts running, a thread (main thread) is created and more than one (multi-thread) can be created within the process. Threads created can operate in the same network or in different networks. Threads can be used as a simulation when testing software in general. However, in information systems, since the thread that processes over the CPU processes physically, the threads in the software test scenario may behave differently from the groups.

Share The Post