Title :
Systems Architectures for Transactional Network Interface
Author :
Marwah, Manish ; Mishra, Shivakant ; Fetzer, Christof
Author_Institution :
Univ. of Colorado, Boulder
Abstract :
Systems such as software transactional memory and some exception handling techniques use transactions. However, a typical limitation of such systems is that they do not allow system calls within transactions. This is particularly true for system calls that interact with file systems, devices, and the network. This paper describes systems architectures that can be used to extend a transactional system to allow network read/write system calls within a transaction. This is done by delaying the sending of network bytes to a peer until a transaction is committed, and implementing a rollback mechanism in case a transaction aborts. Three different architectures, one transport layer and two application layer, are proposed to incorporate this extension. The paper discusses the advantages and limitations of each of these architectures. Prototypes of each of the three architectures have been implemented. The paper describes the design and implementation of these prototypes, and provides an extensive performance evaluation under many different scenarios, including LAN environment, WAN environment (PlanetLab), communication-intensive transactions, and computation-intensive transactions.
Keywords :
exception handling; network interfaces; system recovery; transaction processing; LAN environment; WAN environment; exception handling; network read/write system call; rollback mechanism; software transactional memory; systems architecture; transactional network interface; Computer applications; Computer architecture; Computer networks; Computer science; File systems; Network interfaces; Network servers; Prototypes; Software systems; Systems engineering and theory;
Conference_Titel :
High Assurance Systems Engineering Symposium, 2007. HASE '07. 10th IEEE
Conference_Location :
Plano, TX
Print_ISBN :
978-0-7695-3043-7
DOI :
10.1109/HASE.2007.69