Process
referenceglossaryprocess
A self-contained concurrent agent that by
default executes a serial chain of
instructions. More than one thread may
run within a process, but a process does
not usually share memory with other
processes. Scheduling of processes is
typically managed by the operating system.