First class futures: Specification and implementation of update strategies

5Citations
Citations of this article
6Readers
Mendeley users who have this article in their library.

This article is free to access.

Abstract

Futures are language constructs that improve concurrency in a natural and transparent way. A future is a place holder for a result of a concurrent computation [5]. Once the computation is complete and a result (called future value) is available, the placeholder is replaced by the result. Access to an unresolved future results in the caller being blocked, until the result becomes available. Results are only awaited when they are really needed which helps in improving the parallelization. Futures may be created transparently or explicitly. For explicit creation, specific language constructs are necessary to create the futures and to fetch the result. Transparent futures, on the other hand, are managed by the underlying middleware and the program syntax remains unchanged; futures have the same type as the actual result. Some frameworks allow futures to be passed to other processes. Such futures are called First class futures [2]. Replacing a future reference by the corresponding calculated value is called "future update". In this case additional mechanisms to update futures are required not only at the creator, but also on all processes that receive a future. First class futures offer greater flexibility in application design and can significantly improve concurrency both in object-oriented and procedural paradigms like workflows [12]. © 2011 Springer-Verlag Berlin Heidelberg.

Cite

CITATION STYLE

APA

Henrio, L., Khan, M. U., Ranaldo, N., & Zimeo, E. (2011). First class futures: Specification and implementation of update strategies. In Lecture Notes in Computer Science (including subseries Lecture Notes in Artificial Intelligence and Lecture Notes in Bioinformatics) (Vol. 6586 LNCS, pp. 295–303). https://doi.org/10.1007/978-3-642-21878-1_37

Register to see more suggestions

Mendeley helps you to discover research relevant for your work.

Already have an account?

Save time finding and organizing research with Mendeley

Sign up for free