Question
Which design choice is required when a signal is delivered to a multithreaded process?
Select an option. Your answer will be checked instantly.
Correct Answer: D. The system must decide which thread should receive or handle the signal
Explanation:
Signal semantics must define whether a signal targets one thread, a specific thread, or the entire process.
The appropriate destination depends on how the signal was generated and configured.
Leave a Reply