Handling operating system signals
Handling operating system signals
Signals are the elementary way the operating systems communicate with the running process. Two of the most usual signals are called SIGINT and SIGTERM.These cause the program to terminate.
There are also signals su...
blog.cloudnativefolks.org3 min read