Skip to main content

5 docs tagged with "processes"

View all tags

Processes

In Linux, threads are treated as standalone processes.

Signals

Signals are used to notify processes of events/exceptions and are the basis of Inter Process Communication (IPC).