Title :
Combining Replication with Transaction Processing for Enhanced Reliability in J2EE
Author :
ZUO, Lin ; Liu, Shaohua ; Wei, Jun
Author_Institution :
Inst. of Software, Chinese Acad. of Sci., Beijing
Abstract :
The multi-tier architecture of J2EE provides good modularity and scalability by partitioning an application into several tiers, and becomes the mainstream for distributed applications development on Internet/Intranet. Current reliability solutions in this architecture are typically dependent on either replication, which provides at-least-once guarantee, or transaction processing, which guarantees at-most-once semantics. In practice, the end-to-end reliability guarantee of exactly-once semantics is necessary, especially for some complex transaction scenarios, such as client transaction or nested transaction. In this paper, we describe a fault-tolerant algorithm that can provide this enhanced reliability support through combining replication and transaction processing. We use passive replication to protect business processing at middle-tier application server. A client stub transparently intercepts client request and automatically resubmits it in the case of failure. In addition, transaction coordinator is passively replicated to prevent the blocking problem of distributed transaction. Also, different application scenarios are discussed to illustrate the effectiveness of this algorithm, and a performance study based on our implementation in J2EE application server, OnceAS, shows the overhead of it is acceptable
Keywords :
Internet; Java; business data processing; client-server systems; fault tolerant computing; intranets; software reliability; transaction processing; Internet; Intranet; J2EE; business processing; client request; distributed application development; end-to-end reliability guarantee; exactly-once semantics; fault-tolerant algorithm; multitier architecture; replication; software reliability; transaction processing; Application software; Business; Computer crashes; Containers; Fault tolerance; Internet; Java; Scalability; Transaction databases; Web server;
Conference_Titel :
Software Reliability Engineering, 2006. ISSRE '06. 17th International Symposium on
Conference_Location :
Raleigh, NC
Print_ISBN :
0-7695-2684-5
DOI :
10.1109/ISSRE.2006.20