On 03/ 1/10 08:56 PM, I. Szczesniak wrote: > On Mon, Mar 1, 2010 at 10:15 PM, Garrett D'Amore<gdamore at sun.com> wrote: > >> I agree with you Roger. >> >> You have my +1 on this case. >> > I still disagree with the number of 32. What should developers coming > from AIX (which has a much higher number of realtime signals) do? > > Irek >
Change their code to use sigqueue() and not depend on a non-portable operating system specific configuration such as the number of real-time signals present. - Garrett