Jump to content

Protected procedure

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BMF81 (talk | contribs) at 18:23, 19 July 2007 (Created page with 'In computer science, the concept of '''protected procedure''', first introduced as '''protected service routine''' in 1965,<ref>Dennis 65</ref> is necessary whe...'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

In computer science, the concept of protected procedure, first introduced as protected service routine in 1965,[1] is necessary when two computations A and B use the same routine S; a protected procedure is such if makes not possible for a malfunction of one of the two computation to cause incorrect execution to the other.[2]

One of the most important aspects of Dennis and Van Horn (hypothetical) system "supervisor"[2] was the inclusion of a description of protected procedure.[3]

Bibliography

  • Dennis, J. B., and Glasee, E. The structure of on-line information processing systems. Information Systems Sciences: Proc. Second Cong., Spartan Books, Baltimore, 1965, pp. 1-11
  • Levy, Henry M. (1984). "3". Capability-based computer systems. Maynard, Mass: Digital Press. ISBN 0-932376-22-3.
  1. ^ Dennis 65
  2. ^ a b Dennis 66
  3. ^ Levy 84, pp.46-6