Using Processes

The sections that follow describe how processes run in the RTSS and Windows environments.

Processes in the RTSS Environment

An executable process running in the RTSS environment consists of a set of handles to objects, process address space, and at least one thread. When a process is created, RTSS performs the following tasks:

A process can be started by one of these methods:

A process exits under one of these conditions:

Processes in the Windows Environment

A process running in the Windows environment starts interacting with RTX64 when it makes an RTAPI call. RTX64 will then allocate proxy resources for this process. The number of Windows processes that can interact with RTX64 is dynamic; it depends on your system's configuration and resources. Windows processes must use the RTAPI functions to interact with RTSS applications.

Related topics: