Abstractions for Real Real-time Systems
暂无分享,去创建一个
Summary form only given. From the earliest days, designers of real-time systems have had to decide how to manage the hardware-level mechanisms (such as interrupts and multi-level priorities) that have been provided to share the computing resources between competing demands. One approach is to ignore these mechanisms and use software techniques to schedule program segments; another is to align the software architecture with the hardware features, e.g. by dividing a program into tasks or processes that are scheduled dynamically according to hardware priorities. These are two of many possible engineering solutions to the problem of meeting the timing constraints of real-time programs. Looked at more formally, the problem is to prove that the implementation of the program, by whatever method is chosen, can be shown to satisfy its timing specifications. This is altogether harder to accomplish. Proofs at the program level require guarantees of timing properties at lower levels.
[1] Yu Guo,et al. First Joint IEEE/IFIP Symposium on Theoretical Aspects of Software Engineering, TASE 2007, June 5-8, 2007, Shanghai, China , 2007, TASE.
[2] Edward A. Lee. Absolutely Positively on Time: What Would It Take? , 2005, Computer.
[3] Thomas A. Henzinger,et al. From control models to real-time code using Giotto , 2003 .
[4] Mathai Joseph,et al. Verification, refinement and scheduling of real-time programs , 2001, Theor. Comput. Sci..