To: dayglored
Maybe they can fix the deprecation routine that slows the PC down gradually over time until it simply fails to run anymore.
I never understood why a perfectly good computer running a limited number of application gradually slows to the point of unusability.
10 posted on
11/22/2017 2:13:09 PM PST by
RinaseaofDs
(Truth, in a time of universal deceit, is courage)
To: RinaseaofDs
>
Maybe they can fix the deprecation routine that slows the PC down gradually over time until it simply fails to run anymore. I never understood why a perfectly good computer running a limited number of application gradually slows to the point of unusability. Long-term slowdown is generally due to one or both of these:
- Windows.
Although WIn10 is better in this respect than its predecessors, all Windows installations slow down considerably over time ("get stale") because of the way internal data is managed. Other operating systems are somewhat prone to the problem also, but Windows is generally considered the worst in this respect. As a rule, it's advisable to re-install Windows fresh every few years; more often on heavily used systems.
- Hard disk fragmentation.
As a disk fills up and is modified repeatedly, the files get broken up into smaller and smaller pieces. This causes the hard drive arm to have to move around more ("head thrash") which slows down data access. (This is true of rotating mechanical drives, not SSDs.) Disk defrag utilities can reduce this problem considerably. Or one can backup the disk to another drive, reformat, and copy it all back, so that the files are contiguous again (for a while).
There are other causes of slowdown, but these are the ones encountered most often on personal systems.
12 posted on
11/22/2017 2:30:59 PM PST by
dayglored
("Listen. Strange women lying in ponds distributing swords is no basis for a system of government.")
To: RinaseaofDs
That’s a service Microsoft provides in every version of Windows.
To: RinaseaofDs
I always thought it was planned obsolescence to get you to buy a new computer.
26 posted on
11/22/2017 4:27:36 PM PST by
rdl6989
To: RinaseaofDs; Swordmaker
As a developer, that sounds to me like a memory management issue -- failure to clear and dispose of (release for future use) memory
immediately when your app is done with it. Microsoft and its developers have never done well at employing and enforcing that discipline. (Check your "memory in use" with nothing but the OS running...)
Being rigorous with memory management is boring and repetitive -- and "bloats" my code by ~20% -- but, it's worth it...
But, because I learned coding on an original Apple][ and Tandy's "Trash-80" -- where every byte of their minuscule memory was precious -- I must admit to being a fanatic about "tight" code and runtime memory management, as well as rigorously "cleaning house" before my app shuts down. YMMV...'-)
36 posted on
11/23/2017 7:48:11 AM PST by
TXnMA
("Allah": Satan's current alias | "Islamists": Satan's assassins | "Moderate Muslims": Useful idiots.)
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson