GridTDK: A Grid Transaction Development Kit

Feilong Tang,Ilsun You,Yongwei Wu,Minyi Guo,Song Guo,Yin Zhu,Lin Lou
DOI: https://doi.org/10.1109/NBiS.2010.13
2010-01-01
Abstract:Grid computing assists people to accomplish collaborative tasks and hides complex processes from them. In such environments, transaction management is one of core technologies, guaranteeing the system consistency in face of various failures. In this paper, we proposes a Grid transaction development kit (GridTDK) for programming reliable applications. GridTDK has the three advantages. Firstly, it separates the transaction manager with transaction coordination algorithms so that it can coordinate short-lived, long-lived and real-time transactions in an uniform way. Secondly, GridTDK can dynamically generate compensating transactions during the execution of long-lived transactions. Finally, it provides the programming interfaces similar to traditional distributed transactions. We evaluate the feasibility and effectiveness of GridTDK through a general application.
What problem does this paper attempt to address?