Process

You might say

The image worker crashes and takes down the whole site. Put that work in a separate process and verify the web service stays available.

A process is a running program together with the separate resource environment assigned by the operating system.A web server and image worker can run as separate processes with different process IDs and isolated memory. If the image worker crashes, it can restart independently while the web process keeps serving. A process is neither a program file nor a whole machine; one machine can run many processes.
Know first
Process
Further reading