Re: Signal handler priority

2007-12-27 Thread Gilad Ben-Yossef
Ori Idan wrote: I have a process that creates several threads all of them in real time priorities. The process also has a signal handler, does anyone have any idea in what priority the signal handler will run? The same priority of the thread that happens to handle that signal. Please note tha

Signal handler priority

2007-12-27 Thread Ori Idan
I have a process that creates several threads all of them in real time priorities. The process also has a signal handler, does anyone have any idea in what priority the signal handler will run? -- Ori Idan