学位论文详细信息
Distributed Speculations: Providing Fault-Tolerance and Improving Performance
distributed systems;kernel-level implementation;operational semantics;optimistic execution;speculative execution
Țăpuș, Cristian ; Hickey, Jason J.
University:California Institute of Technology
Department:Engineering and Applied Science
关键词: distributed systems;    kernel-level implementation;    operational semantics;    optimistic execution;    speculative execution;   
Others  :  https://thesis.library.caltech.edu/2402/1/tapus-phd.pdf
美国|英语
来源: Caltech THESIS
PDF
【 摘 要 】

This thesis introduces a new programming model based on speculative execution and it examines the use of speculations, a form of distributed transactions, for improving the performance, reliability and fault tolerance of distributed systems.A speculation is defined as a computation that is based on an assumption that is not validated before the computation is started.If the assumption is later invalidated the computation is aborted and the state of the program is rolled back; if the assumption is validated, the results of the computation are committed. The primary difference between a speculation and a transaction is that a speculation is not isolated---for example, a speculative computation may send and receive messages, and it may modify shared objects.As a result, processes that share those objects may be absorbed into a speculation.

The contributions presented in this thesis include:

  • the introduction of a new programming model based on speculations,
  • the definition of new speculative programming language constructs,
  • the formal specification of the semantics of various speculative execution models, including message passing and shared objects,
  • the implementation of speculations in the Linux kernel in a transparent manner, and
  • the design and implementation of components of a distributed filesystem that supports speculations and guarantees sequential consistency of concurrent accesses to files.

【 预 览 】
附件列表
Files Size Format View
Distributed Speculations: Providing Fault-Tolerance and Improving Performance 1495KB PDF download
  文献评价指标  
  下载次数:18次 浏览次数:17次