Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 12 / Issue 7

available in:   PDF (248 kB) PS (74 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future

 

Strong Mobility in Mobile Haskell

André Rauber Du Bois (Universidade Católica de Pelotas, Brazil)

Phil Trinder (Heriot-Watt University, United Kingdom)

Hans-Wolf Loidl (Ludwig-Maximilians-Universität München, Germany)

Abstract: In a mobile language, computations can move between locations in a network to better utilise resources, e.g., as in a computational GRID. Mobile Haskell, or mHaskell, is a small extension of Concurrent Haskell that enables the construction of distributed mobile software by introducing higher order communication channels called Moble Channels (MChannels). mHaskell only provides weak mobility, i.e. the ability to start new computations on remote locations. This paper shows how strong mobility, i.e. the ability to migrate running threads between locations, can be implemented in a language like mHaskell with weak mobility, higher-order channels and first-class continuations. Using Haskell's high level features, such as higher-order functions, type classes and support for monadic programming, strong mobility is achieved without any changes to the runtime system, or built-in support for continuations. Strong mobility is illustrated with examples and a mobile agent case study.

Keywords: Haskell, functional programming, mobile computation, strong mobility

Categories: D.3.3