Applications, processes and threads

From AMC-OS Developers
Jump to navigation Jump to search

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 a process.