684
Closing programs (infosec.pub)
you are viewing a single comment's thread
view the rest of the comments
[-] Feyd@programming.dev 2 points 1 week ago* (last edited 1 week ago)

Long running headless processes on windows generally still have an event loop and a window handle via which they process those messages.

[-] Scoopta@programming.dev 2 points 1 week ago* (last edited 1 week ago)

...right...tell that to cmd.exe or the OpenVPN daemon, or the soft ether VPN daemon, or OpenConsole.exe, or Idk, I only tested 4 that immediately came to mind but my point stands. There are a lot of programs that do not have a window handle and do not bother with window messages.

[-] Feyd@programming.dev 0 points 1 week ago

Service (daemon) lifecycles are managed via the system services api.

[-] Scoopta@programming.dev 2 points 1 week ago

Yep, I'm aware of that too, doesn't change my initial point

this post was submitted on 15 Jan 2026
684 points (88.6% liked)

Programmer Humor

28883 readers
2191 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 2 years ago
MODERATORS