Re: how can a bit be off in memory?
- From: The Natural Philosopher <a@xxx>
- Date: Sat, 30 Jun 2007 12:16:13 +0100
Jean-David Beyer wrote:
The Natural Philosopher wrote:
> Never believe that computers are 100% reliable,. A friend spent sometime years ago developing hardware: they ran into an interrupt timing
issue. Every 4-5 hours the machine would crash when a timer interrupt
interrupted a particular piece of code. For reasons deep and complex,
they couldn't turn interrupts off, but the managed to re-code the bit of
code so the offending part was very small, and they calculated the crash
would occur only once in every 5 years or so.
They left it that way, knowing that occasionally a user would scratch
his head, reboot, and shrug his shoulders 'I wonder what THAT was?' :-)
:-)
If they left it like that, I hope one of their systems controlled an
essential piece of equipment in the Intensive Care Unit of the local
hospital when that designer needed care!
Hardly: This was a 'home computer' - remember those? Acorn atom IIRC.
I designed some software to deal with a concurrent update problem in a dbms.
The project managers said my solution had too much disk overhead and did
double the IO and made me remove it. It added only 8 bytes per record, and
did not double the IO: it added 1 IO to a task that already used 10 or a
little more. They insisted that the odds of a problem were greater than a
million to one against. (I had calculated that they were about 6000 to one
against or something like that.) I said that granting their figures, we
would have a problem every two weeks. But they would not allow my solution
into the product. Well, we had a problem in the first week. By then, the
database design was frozen, so they had to use manual methods to prevent
multiple people updating the same record at the same time. Needless to say,
that did not work and eventually the system was scrapped.
Sounds like every other health database I have ever heard of..
.
- References:
- how can a bit be off in memory?
- From: Charles T. Smith
- Re: how can a bit be off in memory?
- From: ray
- Re: how can a bit be off in memory?
- From: The Natural Philosopher
- Re: how can a bit be off in memory?
- From: Jean-David Beyer
- how can a bit be off in memory?
- Prev by Date: Re: how can a bit be off in memory?
- Next by Date: Re: how can a bit be off in memory?
- Previous by thread: Re: how can a bit be off in memory?
- Next by thread: Re: how can a bit be off in memory?
- Index(es):
Relevant Pages
|