▲ | londons_explore 7 months ago | |
> Sending signals to all processes sounds expensive as hell though. You'd only send signals to processes who had run any code since the CPU was last idle (if the process hasn't executed, it can't have buffered anything). There could also be some kind of "I have buffered something" flag a process could set on itself, for example at a well-known memory address. |