A web computing environment for parallel algorithms in java

  • Authors:
  • Olaf Bonorden;Joachim Gehweiler;Friedhelm Meyer auf der Heide

  • Affiliations:
  • Heinz Nixdorf Institute, Computer Science Departement, Paderborn University, Paderborn, Germany;Heinz Nixdorf Institute, Computer Science Departement, Paderborn University, Paderborn, Germany;Heinz Nixdorf Institute, Computer Science Departement, Paderborn University, Paderborn, Germany

  • Venue:
  • PPAM'05 Proceedings of the 6th international conference on Parallel Processing and Applied Mathematics
  • Year:
  • 2005

Quantified Score

Hi-index 0.00

Visualization

Abstract

We present a web computing library (PUBWCL) in Java that allows to execute strongly coupled, massively parallel algorithms in the bulk-synchronous (BSP) style on PCs distributed over the internet whose owners are willing to donate their unused computation power. PUBWCL is realized as a peer-to-peer system and features migration and restoration of BSP processes executed on it. The use of Java guarantees a high level of security and makes PUBWCL platform independent. In order to estimate the loss of efficiency inherent in such a Java-based system, we have compared it to our C-based PUB-Library.