•  Back 
  •  AES 
  •  Index 
  •  Tree View 
  •  Cross references 
  •  %About 
  •  Show info about hypertext 
  •  View a new file 
Topic       : The ATARI Compendium
Author      : Scott Sanders / JAY Software
Version     : 1.25 (20/6/2003)
Subject     : Documentation
Nodes       : 1117
Index Size  : 32614
HCP-Version : 6
Compiled on : Atari
@charset    : UTF-8
@lang       : en
@default    : 
@help       : %About
@options    : +g -i -t4 +y +z
@width      : 100
View Ref-File
                              Process Handling


The AES manages two types of user programs. Normal GEM applications have
file extensions of '.PRG', '.APP', or '.GTP'. Desk Accessories have file
extensions of '.ACC'.

Without MultiTOS, the AES can have a maximum of one application and six
desk accessories executing concurrently. The currently running application
(or the Desktop if no application is running) is given primary control over
the system. Desk accessories are allocated processor time only when the
foreground application releases control by calling one of the event library
functions. An application which does not have a standard loop (as illustrated
below) will cause desk accessories to stop functioning while it is being
executed.

Under MultiTOS, an unlimited amount of applications and desk accessories
may be loaded concurrentlySome MultiTOS versions limit this
base upon the available space in
the leftmost menu.
. MultiTOS is a pre-emptive system where all
system processes are given time regardless of other applications.