Applications, processes and threads: Difference between revisions

From AMC-OS Developers
Jump to navigation Jump to search
(Created page with "Execution tasks in AMC-OS are divided in applications, processes and threads : * An application is a static combination of executable code and data, in AMCX format. * A proc...")
(No difference)

Revision as of 16:07, 29 July 2020

Execution tasks in AMC-OS are divided in applications, processes and threads :

  • An application is a static combination of executable code and data, in AMCX format.
  • A process is an independant instance of an application.
  • A thread is an instance of an execution flow in the restricted context of the process.