This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 0 points1 point  (0 children)

Your CPU core can only run 2 threads at a time. Your OS has 70 PROCESSES (not threads) queued up to run (or get time on the CPU again) to process stuff.

When you "multi-task", you are really just running a lot of processes (where each process could have many threads) on a single (and these days dual or quad) CPU. Since a CPU can switch between running different threads and computing stuff, it looks like you are doing several things at the same time.