System Processes - AlanK23/cybersecisfun GitHub Wiki

Throughout the lesson on system monitor, I learned much about processes and how the CPU affects each of their speeds when multiple applications are open. Each thread is managing one process and parsing through each process to each of their needs. Each application is named by their TID so the CPU can sort by their names. Each application can have associated applications also starting with it, in which their groups are named with their start address. The CPU will try to open apps based on their required needs, the more resources an application needs, the more the CPU will try to prioritize it.