Promises: linguistic support for efficient asynchronous procedure calls in distributed systems 论文
1988ACM SIGPLAN Notices引用 317
Distributed systems and fault toleranceReal-Time Systems SchedulingParallel Computing and Optimization Techniques
摘要
This paper deals with the integration of an efficient asynchronous remote procedure call mechanism into a programming language. It describes a new data type called a promise that was designed to support asynchronous calls. Promises allow a caller to run in parallel with a call and to pick up the results of the call, including any exceptions it raises, in a convenient and type-safe manner. The paper also discusses efficient composition of sequences of asynchronous calls to different locations in a network.