Data Handover: Reconciling Message Passing and Shared Memory
Abstract
We present a programming paradigm and interface that aims to handle data between parallel or distributed processes that mixes aspects of message passing and shared memory. It is designed to overcome the potential problems in terms of efficiency of both: memory blow up and forced copies for message passing and