Hacker News new | ask | show | jobs
by mmh0000 471 days ago
What? The headline does not match the article content at all.

There was no reduced latency. The article title should be something along the line of:

"Bad architecture resulted in a hard-to-troubleshoot bug"

2 comments

I suppose the latency was reduced because the process wasn't being terminated by the kernel anymore.

Really, the title should say "PR_SET_PDEATHSIG doesn't mean what you think it means."

The man page for PR_SET_PDEATHSIG: "The parent-death signal is sent upon subsequent termination of the parent thread and also upon termination of each subreaper process"

I was hoping it was something about reducing process latency by using some obscure IOCTL call or switching the scheduler.
I think the latency reduced was the 12 seconds to start playing the video via the ai agent. However I was also expecting some mad kernel microsecond based stuff also.