Welcome, Guest. Please login or register.

Author Topic: Windows timing  (Read 3614 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline tone007

Re: Windows timing
« Reply #14 from previous page: January 23, 2010, 01:22:49 PM »
You could try disabling the swapfile and see if that makes the grinding go away.
3 Commodore file cabinets, 2 Commodore USB turntables, 1 AmigaWorld beer mug
Alienware M14x i7 laptop running AmigaForever
 

Offline Karlos

  • Sockologist
  • Global Moderator
  • Hero Member
  • *****
  • Join Date: Nov 2002
  • Posts: 16879
  • Country: gb
  • Thanked: 5 times
    • Show only replies by Karlos
Re: Windows timing
« Reply #15 on: January 23, 2010, 01:40:45 PM »
Quote from: tone007;539833
You could try disabling the swapfile and see if that makes the grinding go away.


Come on, the machine only has 4GB of RAM. It'll never boot without some swap to molest :roflmao:

In fairness, I'm not convinced it's that, really. I flayed my Vista install. No themes (looks just like Win2000, but with thicker borders), every non-critical service blocked from starting, indexing disabled, you name it.
int p; // A
 

Offline Trev

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 1550
  • Country: 00
    • Show only replies by Trev
Re: Windows timing
« Reply #16 on: January 23, 2010, 05:42:40 PM »
We've had this conversation before, too. It's the object cache, and the process runs at a very low priority. Free memory is wasted memory. If you start thinking in terms of all volatile memory acting as cache, it makes sense: CPU caches (L1, L2, et al) <= RAM <= nonvoltile memory (disk). With a 64-bit virtual address space, it even makes sense to report nonvolatile storage as "memory" and ignore RAM completely when not talking about caching. This makes even more sense on systems like the iPhone, where the traditional file system model has been replaced by application-specefic datastores transparently accessed locally or via "the cloud." Eventually, even disk storage will simply be cache. As storage performance improves, the line between RAM and disk gets fuzzy anyway.

EDIT: Some perspective. The DRAM used in classic Amiga accelerators has a maximum throughput of about 200 MBps. The lowliest of typical SSDs has a maximum read throughput of about 170 MBps, while the best approach 250 MBps. Access times in SDDs are quickly improving, as are peripheral buses. It won't be long before nonvolatile storage is indistinguishable from local RAM in terms of performance. When that happens, RAM will either be displaced completely (you can reserve a portion of disk for the purpose), or it will be used as cache. Since storage devices already have cache, RAM could become completely redundant, depending on the needs of the system. Some implementers may prefer to keep caching algorithms under the control of the operating system.
« Last Edit: January 23, 2010, 07:34:57 PM by Trev »