Re: PC Motherboard Chipsets and Parts Vendors
"Mike Rivers" <mrivers@d-and-d . com > wrote in message
news:BfBWj.311$LL.90@trnddc04...
> Arny Krueger wrote:
>
>> IOW, the error rate in a computer with 4 GB of 2008 DDR RAM is more like
>> ONE PER MONTH.
>
> What's the symptom or consequence of these soft errors? How would I know
> if I had one? My computers don't crash, so what else happens?
>
It all depends upon what bit is hit. Here are some of the possibilities:
1. The affected bit is written back to before it is read. In this case,
since the erroneous data was never read, there is no consequence. Same if
the memory location is not in use.
When erroneous data is written out to files, it causes a persistent error:
2. In the body of a data file: a video or audio artifact. It could be a
miscolored pixel, a click, or inaudible. Same for a "data page" in ram.
3. In the header area of a data file: If the metadata is changed, it could
change the way the file is interpreted by a computer program. If it hits a
metadata tag that isn't being used, such as timecode when you're not using
timecode, there is no consequence.
4. In a code page, ie., executable code: A program crash, abnormal
termination, slightly changed behavior, or nothing at all.
5. In the Windows kernel: This is the most serious case of all.
a. If the memory management tables are corrupted, BSOD.
b. If the ram image of the file system is corrupted, it results in a
read error or a write error. If it's a read error of a user process, it
usually causes an application to misbehave or crash.
c. If it's a write error, it can cause a write to the wrong area of
disk. The worst consequence is erasure or corruption of critical operating
files, requiring a complete reinstallation.
The next logical question is, what are the chances of something significant
happening to you? Most consumers work on simple projects of short scope.
They do their Word, Excel, etc. Anything that happens to that data will be
pretty visible to them. On the other hand, video and audio editors rely on
complete integrity of their projects over long periods of time. This is
particularly so with video -- huge amounts of data, project durations of
weeks or months, complex process flows that are extremely inconvenient to
correct. The leader video editing, Avid, will not qualify a workstation
without ECC. All Mac Pros have ECC as well.
My personal feeling is that if I'm affected by a soft error once a year,
it's too much. But one could argue that unless your computer is connected to
a UPS -- mine are -- you are not at that level of concern. Just remember
that building in reliability will save you something, sometime, even if it's
years down the road.
Bob Morein
(310) 237-6511