OS signalling is a mechanism for one-way asynchronous notifications from kernel to processes
- Event-based
- Signal handler, process registers a handler to respond to events from OS

OS signalling is a mechanism for one-way asynchronous notifications from kernel to processes
