this post was submitted on 07 Feb 2025
833 points (98.8% liked)
Comic Strips
13781 readers
2432 users here now
Comic Strips is a community for those who love comic stories.
The rules are simple:
- The post can be a single image, an image gallery, or a link to a specific comic hosted on another site (the author's website, for instance).
- The comic must be a complete story.
- If it is an external link, it must be to a specific story, not to the root of the site.
- You may post comics from others or your own.
- If you are posting a comic of your own, a maximum of one per week is allowed (I know, your comics are great, but this rule helps avoid spam).
- The comic can be in any language, but if it's not in English, OP must include an English translation in the post's 'body' field (note: you don't need to select a specific language when posting a comic).
- Politeness.
- Adult content is not allowed. This community aims to be fun for people of all ages.
Web of links
- !linuxmemes@lemmy.world: "I use Arch btw"
- !memes@lemmy.world: memes (you don't say!)
founded 2 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
The way this works on Windows is as follows:
The operating system has a subsystem called "messages" to tell applications about things such as mouse clicks. Every time you click on the application, the OS drops a message* in the app's queue. When the app is ready it reads the messages off the queue and decides what to do.
Windows can't really tell what your application is doing, but it can see whether or not the app is reading the messages or just letting them pile up. So if no messages are pulled for 5 seconds, Windows throws up the "not responding" screen. The rest of the 316 clicks are just stuffing the message mailbox to the brim.
Linux is mostly very similar, except the UI stuff is not a part of the core OS, and there are several different systems.