> cat /proc/sys/kernel/rtsig-max
> 1024
> cat /proc/sys/kernel/rtsig-nr
> 1024
This, of course, stops the server dead since it can't recieve network events.
This condition does not go away when I shut down the process. If I manually
raise rtsig-max, the server can continue to run. Is there a way to flush the
system rt signal queue?
Could someone clue me in on how rt signals are handled, and on what these
/proc entries represent?
Kernel 2.3.28, up and smp.
-- -Don dhoward@pobox.com
- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.rutgers.edu Please read the FAQ at http://www.tux.org/lkml/