A Framework for Object-Oriented Metacomputing.

Nenad Stankovic,Kang Zhang
DOI: https://doi.org/10.1007/10704054_8
1999-01-01
Abstract:Visper is a network-based, visual software-engineering environment for parallel processing. It is completely implemented in Java and supports the message-passing model. Java offers the basic platform independent services needed to integrate heterogeneous hardware into a seamless computational resource. Easy installation, participation and flexibility are seen as the key properties when using the system. Visper is designed to make use of Java features to implement important services like efficient creation of processes on remote hosts, inter-process communication, security, checkpointing and object migration. We believe the approach taken simplifies the development and testing of parallel programs by enabling a modular, object-oriented technique based on our extensions to the Java API, without modifying the language. Our experimental results show that the environment is suitable for course grained parallel applications.
What problem does this paper attempt to address?