Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
izzypt authored Apr 7, 2023
1 parent fcf52cc commit e8ade5d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,9 @@ Sockets provide a way for processes to communicate with each other over a networ

# What Are Signals?

Signals, to be short, are various notifications sent to a process in order to notify it of various "important" events.
The primary purpose of signals is to notify a process of an event or to interrupt its execution.

Signals were not designed for data communication, and as such, they don't provide a direct mechanism for sending data between processes.

By their nature, they interrupt whatever the process is doing at this minute, and force it to handle them immediately.

Expand Down

0 comments on commit e8ade5d

Please sign in to comment.