PC monitoring hardware

  • Thread starter Thread starter Jukka M.
  • Start date Start date
J

Jukka M.

Does anyone know any hardware, for example PCI-cards, which can monitor PC,
Windows and applications and reboot computer even if system has totally
freezed?

Regards,

Jukka M.
 
Does anyone know any hardware, for example PCI-cards, which can monitor PC,
Windows and applications and reboot computer even if system has totally
freezed?

It's called an ICE (in circuit emulator). You remove the CPU chip and
put a socket with wires coming out and then put the CPU on the top
socket. The wires go to another PC or embedded system. You now have
complete control over the CPU.


--

"One must realize that the world is a network of real and virtual
combat zones where the stakes are high, struggle is the primary
mode of being and only total victory is acceptable.
-- Sun Tzu, "The Art Of War"
 
"Jukka M." said:
Does anyone know any hardware, for example PCI-cards, which can monitor PC,
Windows and applications and reboot computer even if system has totally
freezed?

Regards,

Jukka M.

How about a "watchdog timer", like this product ?

http://www.bb-elec.com/bb-elec/literature/atrwdt-1303.pdf

A program must be running on the computer, to clear
the timer, before the time interval is reached. If for
any reason, the program stops executing, the timer expires,
and causes a reset pulse to go to the two wire cable that
plugs into the motherboard RESET pin pair.

HTH,
Paul
 
Watchdog timer is more than just a hardware device. You
must decide what 'tasks' are and are not monitored. Then the
software in that task must be carefully written so that task
failure will cause no more 'heartbeats'. If only monitoring
the OS, again, the heartbeat software must be part of the OS
design.

Of course the reason for pre-emptive OSes is so that the
list of reasons that can cause a crash are minimal. Tasks
should never crash the OS. Your question is woefully devoid
of details necessary to provide a useful answer.
 
Back
Top