|
| This Article | ||
| ||
| Share | ||
| Bibliographic References | ||
| Add to: | ||
| | ||
| Search | ||
| ||
| ASCII Text | x | ||
| Thilo Kielmann, "Programming Models for Grid Applications and Systems: Requirements and Approaches," John Vincent Atanasoff Modern Computing, International Symposium on, pp. 27-32, IEEE John Vincent Atanasoff 2006 International Symposium on Modern Computing (JVA'06), 2006. | |||
| BibTex | x | ||
| @article{ 10.1109/JVA.2006.41, author = {Thilo Kielmann}, title = {Programming Models for Grid Applications and Systems: Requirements and Approaches}, journal ={John Vincent Atanasoff Modern Computing, International Symposium on}, volume = {0}, year = {2006}, isbn = {0-7695-2643-8}, pages = {27-32}, doi = {http://doi.ieeecomputersociety.org/10.1109/JVA.2006.41}, publisher = {IEEE Computer Society}, address = {Los Alamitos, CA, USA}, } | |||
| RefWorks Procite/RefMan/Endnote | x | ||
| TY - CONF JO - John Vincent Atanasoff Modern Computing, International Symposium on TI - Programming Models for Grid Applications and Systems: Requirements and Approaches SN - 0-7695-2643-8 SP27 EP32 A1 - Thilo Kielmann, PY - 2006 KW - null VL - 0 JA - John Vincent Atanasoff Modern Computing, International Symposium on ER - | |||
History repeats itself. Since the invention of the programmable computer, numerous computer scientists keep dedicating their professional lives to the design of "the single, best" programming model, whereas programmers "vote" by choosing their favourite languages and tools.
Interestingly, these choices have always been guided by non-functional properties. For programming a single computer, the most widely used models have become objectoriented and component-based programming, a choice driven by their high abstraction level, leading to high programmer productivity. For parallel computers, the winner turned out to be message passing, providing by far not the highest-possible abstraction level, but the closest match between machine architecture and programming model, leading to efficient program execution.
For grids, the race is still open. Here, additional nonfunctional properties like fault-tolerance, security, and platform independence enter the scene. In this paper, we explore the scope of grid programming problems and argue for a palette of programming abstractions, each suitable for its respective problem domain.
