Written by Clifford
Aprocessis an instance of a computer program that is being executed.
Some processes can start child processes.
By default, child processes exist until they are terminated or until the parent process terminates.

Most processes are idle much of the time.
Most modern programs create objects in the main memory and operate on them.
This is known as a memory leak, which is a common problem for server software.