FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Signals: The Kernel's Text Messages
NewsSystems

Signals: The Kernel's Text Messages

via Dev.to TutorialNaz Quadri3h ago

Signals: The Kernel's Text Messages kill -9 Isn't What You Think It Is Reading time: ~10 minutes You've been saying "force kill" for years. You type kill -9 1234 when a process won't die, and you picture the operating system reaching in with a fist and crushing it. That's not what happens. What happens is the kernel sends the process a message. The message contains exactly one piece of information: the number 9. That's it. A number. The process gets a signal, and the signal is SIGKILL — signal 9. For a running process, termination is essentially immediate. But there's a case where even SIGKILL can't immediately kill a process: uninterruptible sleep — when a process is blocked in kernel code that cannot be safely interrupted. That delay, and what causes it, turns out to matter enormously. Signals are one of the oldest IPC mechanisms in Unix — older than sockets, older than most of the other things you'd reach for when you want two processes to communicate. They're asynchronous, they arr

Continue reading on Dev.to Tutorial

Opens in a new tab

Read Full Article
2 views

Related Articles

Axios Gets 100 Million Downloads a Week. Today, Two Came With a Trojan.
News

Axios Gets 100 Million Downloads a Week. Today, Two Came With a Trojan.

Medium Programming • 3h ago

Robotaxi companies refuse to say how often their AVs need remote help
News

Robotaxi companies refuse to say how often their AVs need remote help

TechCrunch • 3h ago

I Set the Thread Pool to 8 and Brought Down Black Friday
News

I Set the Thread Pool to 8 and Brought Down Black Friday

Medium Programming • 3h ago

News

How I Built Simple Automation Systems That Save Time (And Why Businesses Need Them)

Medium Programming • 4h ago

News

wastrelly wabbits

Lobsters • 4h ago

Discover More Articles