previous | start | next

Example

Device: Network card

When packets are received, the network card signals an interrupt.

The interrupt handler needs to copy the packet from the network card to avoid drop packets due to a full network card buffer. This is the time critical part!

After this the packet needs to be processed through the protocol and/or to the appropriate application. More work, but not as time critical.



previous | start | next