@inproceedings{127085826b2848a58b6eb7519ad63eba,
title = "Dagger: combining benefits of synchronous and asynchronous communication styles",
abstract = "Communication using blocking receives is the commonly used mechanism is parallel programming today. Message driven execution is an alternate mechanism which does not use receive style statements at all. The message driven execution style promotes the overlap of computation and communication. Programs written in this style exhibit increased latency tolerance: their performance does not degrade significantly with latency. It also induces compositionality: multiple independently developed modules can be combined correctly without loss of efficiency. However, as the flow of control is not explicit in such programs, they are often difficult to develop and debug. We present a coordination language called Dagger to alleviate this problem. The language has been implemented in the Charm parallel programming system, and runs programs portably on a variety of parallel machines.",
author = "Attila Gursoy and Kale, {Laxmikant V.}",
year = "1994",
month = jan,
day = "1",
language = "English (US)",
isbn = "0818656026",
series = "Proceedings of the International Conference on Parallel Processing",
publisher = "Publ by IEEE",
pages = "590--596",
booktitle = "Proceedings of the International Conference on Parallel Processing",
note = "Proceedings of the 8th International Parallel Processing Symposium ; Conference date: 26-04-1994 Through 29-04-1994",
}