>On 3/23/09, James Litchfield <james.litchfi...@sun.com> wrote:
>> To make it clear - there is no magic tunable to change the number
>>  of RT signals. It requires changing source (catching every place the
>>  current data structures used are too small) and rebuilding.
>
>Why does Solaris only support 8 signals? AIX supports 111, Linux at
>least 32, BSD 32.


We can easily fix that but noneone asked before.

The sigset_t is 16 bytes (has room for 128 signals).  We only the first 48 
bits so we can accommodate 88 RT signals (but certainly 32 RT signals)

Casper

_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to