Computer Science, asked by samtara7219, 9 months ago

Difference between reliable and unreliable signals in linux

Answers

Answered by gurukulamdivya
1

Answer:

In Linux programming, signal semantics have been modified in different ways and classes. There are major classes of signals which is reliable and unreliable.

Unreliable signals is when there is interruption by signal, system calls could not restart automatically and signal handler does not remain installed, while reliable signal, signal handler remains installed upon calling and condition for re-installation does not occur.

Similar questions