From Two Packets to One: Increasing the Performance of Linda-LAN

Files

etd.pdf (120.66 KB)
Downloads: 128

TR Number

Date

1997-02-03

Journal Title

Journal ISSN

Volume Title

Publisher

Virginia Tech

Abstract

Although networked-based computational environments such as Linda-LAN provide parallel processing capability, performance is still a major concern. One critical factor that can hinder the performance of any parallel processing environment is the high cost of interprocess communication. The goal of this project is to increase the performance of C-Linda programs executed in the Linda-LAN environment. With the current two packet message passing scheme, a receiving process listens for a header packet to arrive on a socket connection. Once the header packet has been received, the process then reads the data packet that follows. Reading the data packet may cause the process to block since the data may not have arrived. By modifying the two packet scheme to use only a single packet, the potential for blocking is removed since the header and data packets are guaranteed to arrive at the same time. Hence, the time spent waiting for the data is nullified, thus producing an increase in performance.

Description

Keywords

parallel processing, linda, interprocess communication, network, linda-LAN

Citation