Comment on I just want to set a timer for MY FOOD WINDOWS WHY?
Artyom@lemm.ee 1 year agoPlus Linux could update it in the background while the app is running. There’s no reason windows can’t do these things, and yet, it can’t.
Comment on I just want to set a timer for MY FOOD WINDOWS WHY?
Artyom@lemm.ee 1 year agoPlus Linux could update it in the background while the app is running. There’s no reason windows can’t do these things, and yet, it can’t.
tias@discuss.tchncs.de 1 year ago
It can’t, really. What Linux will do (and Windows won’t) is delete old files and replace them with new ones while they are still in use. But this has two problems.
Windows could certainly opt for a similar solution as Linux. They just chose a stricter and more reliable model for file locking, for good or bad. For what it’s worth I personally prefer the Linux model, but that’s because I know to reboot my system after updating it. I don’t trust my dad to take that social responsibility so he needs to be forced.
socphoenix@midwest.social 1 year ago
Outside of the kennel a reboot is not necessary you just restart the app/service it’s really not rocket science.
tias@discuss.tchncs.de 1 year ago
Updating a shared library requires an understanding of which services (and interactive programs) use that shared library. There’s a lot of room for mistakes. So while restarting specific services can be worth it for a high-availability server, for a desktop PC I find it easier and less error-prone to just restart the machine.