สามารถทำงานคู่ขนานกันไปบนตัวสั่งการที่ต่างกันได้ แบบ single thread process นั้นจำถูกจำกัดให้ทำงานบน CPU ตัวเดียวเท่านั้น ส่วนในแบบ Multithread นั้นจะทำงานบน CPU หลายตัวในเวลาเดียวกันได้
Parallel to working on a different order. A single thread, the process must be restricted to work on a single CPU only. Best in the Multithread it works on multiple CPU at the same time.
Can work in parallel on different orders with a single thread process running on the CPU, the memory is limited to only one segment in the Multithread that will run on multi-CPU at the same time.
Can work together on different parallel command, single thread process that recognize limited to work on CPU one only. In a Multithread will work on the CPU several at the same time.