Re: unexpected exception handler

Tech-Archive recommends: Speed Up your PC by fixing your registry



You sound as if exceptions just happen unpredictably, like earthquakes or
tornadoes. Computers are deterministic state machines. Exceptions don't
occur at random, they are thrown by some piece of code in your
application. You are basically saying that you have no idea what your

That's not accurate. Computers have a lot of non-determinism. Some, like
timing of hardware I/O, the software should expect and process without
exceptions. Others, like network or disk checksum failures, the software
should expect and may generate exceptions for internal flow control. But
yet others, like memory bit errors, could occur asynchronously and are
reported by a exception generated by hardware, randomly and from the level
of abstraction of application software, perfectly so.

code is doing. That's not a good way to develop software.
--
With best wishes,
Igor Tandetnik

With sufficient thrust, pigs fly just fine. However, this is not
necessarily a good idea. It is hard to be sure where they are going to
land, and it could be dangerous sitting under them as they fly
overhead. -- RFC 1925



.



Relevant Pages

  • Re: OT Prepackaged Bankruptcy for Big 3 ? - Big Problem
    ... Switched to computers. ... like TV's if Microsoft wasn't so greedy. ... exceptions but the fact that there are exceptions proves the rule. ... price increase over XP he was whining that hardware prices had not ...
    (rec.outdoors.rv-travel)
  • Re: Zero on the keyboard
    ... I do not think that calculators and computers were exceptions at all. ... Jacquard was a hat maker, Vaucanson was an engineer, Zuse was an ...
    (sci.math)
  • Re: unexpected exception handler
    ... Computers are deterministic state ... Exceptions don't occur at random, ... Computers have a lot of non-determinism. ... I consider the outcome of hardware I/O as input to the state machine, ...
    (microsoft.public.vc.language)
  • Re: Wireless and hardwired combined!
    ... If you have Windows Firewall on for both computers, with no exceptions allowed, ... NetBIOS Over TCP/IP for a network interface. ...
    (microsoft.public.windowsxp.network_web)
  • Re: unexpected exception handler
    ... I think for I/O fail, even if H/W fail, it should be reflected into some ... it should be possible to write code to catch all I/O exceptions -- there ... timing of hardware I/O, the software should expect and process without ...
    (microsoft.public.vc.language)