Processes and Threads: Difference between revisions

From Computer Science Wiki
No edit summary
No edit summary
Line 7: Line 7:
<iframe width="560" height="315" src="https://www.youtube.com/embed/h_HwkHobfs0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<iframe width="560" height="315" src="https://www.youtube.com/embed/h_HwkHobfs0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</html>
</html>
== Hands on tools ==
In general, we use the <syntaxhighlight lang="bash" inline>top</syntaxhighlight>


== References ==
== References ==

Revision as of 22:26, 1 March 2020

Resource Management[1]

In computing, a process is the instance of a computer program that is being executed by one or many threads. It contains the program code and its activity. Depending on the operating system (OS), a process may be made up of multiple threads of execution that execute instructions concurrently[2]

Video

Hands on tools

In general, we use the top

References