Edge Rewrite
// HTMLRewriter · presentation

This page was redesigned at the edge.

Cloudflare fetched the original article and streamed it through HTMLRewriter to apply an entirely new visual system without rebuilding the source page.

// request.cf · coarse context

A page that knows where it met you.

Only coarse request metadata is shown. This demo does not display or persist visitor IP addresses.

Country
US
Cloudflare location
CMH
Connection
HTTP/2
Language
Not provided

Ray ID: a23ef416ca27dafe

Jump to content

Interruptible operating system

From Wikipedia, the free encyclopedia

An interruptible operating system[1] is an operating system with ability to handle multiple interrupts concurrently, or in other words, which allow interrupts to be interrupted.

Concurrent interrupt handling essentially mean concurrent execution of kernel code and hence induces the additional complexity of concurrency control in accessing kernel datastructures.

It also means that the system can stop any program that is already running, which is a feature on nearly all modern operating systems.

See also

[edit]

References

[edit]
  1. Chen, Hao; Wu, Xiongnan (Newman); Shao, Zhong; Lockerman, Joshua; Gu, Ronghui (2 June 2016). "Toward compositional verification of interruptible OS kernels and device drivers". dl.acm.org. Association for Computing Machinery, Proceedings of the 37th ACM SIGPLAN Conference on Programming Language Design and Implementation. pp. 431–447. doi:10.1145/2908080.2908101. Retrieved 19 August 2025.