John Zolnowsky x69422/408-404-5064 wrote:
> > About signals: adding SIGINFO would probably mean we have to bump the
> > total number of signals anyway. Currently, the number of RT signals is
> > 8, and that seems to be the minimum (e.g. _POSIX_RTSIG_MAX is defined as
> > 8). I'm not quite sure what the defined/expected values are here.
> > SIGRTMIN and SIGRTMAX are defined to be sysconf(2) values, so that's no
> > problem, but having the number of available realtime signals drop below
> > 8 could be a problem. If someone knows what the standards say, speak
> > up.. I have not been able to find a conclusive answer on this.
> 
> Your understanding is basically correct: the symbol _POSIX_RTSIG_MAX
> is a minimum maximum for the number of realtime signals; there can
> be no less than 8 realtime signals.  This is from IEEE 1003.1
> or ISO/IEC 9945-1.

This reminds me of some commercial software which couldn't be ported to
Solaris because |RTSIG_MAX| was too low.

If you change something here _please_ _please_ _please_ bump RTSIG_MAX
to |16| or higher (Linux uses |32|).

----

Bye,
Roland

-- 
  __ .  . __
 (o.\ \/ /.o) [EMAIL PROTECTED]
  \__\/\/__/  MPEG specialist, C&&JAVA&&Sun&&Unix programmer
  /O /==\ O\  TEL +49 641 7950090
 (;O/ \/ \O;)
_______________________________________________
opensolaris-code mailing list
[email protected]
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to