@gron

Java and the Power of Multi-Core Processing

, and . International Conference on Complex, Intelligent and Software Intensive Systems, page 627-631. Los Alamitos, CA, USA, IEEE Computer Society, (2008)
DOI: http://doi.ieeecomputersociety.org/10.1109/CISIS.2008.121

Abstract

The new era of multi-core processing challenges software designers to efficiently exploit the parallelism that is now massively available. Programmers have to exchange the conventional sequential programming paradigm for parallel programming: single-threaded designs must be decomposed into dependent, interacting tasks. The Java programming language has built-in thread support and is therefore suitable for the development of parallel software, but programming multi-threaded applications is a tedious task. Therefore we are working on a framework and tool support to alleviate the burden of threads, synchronisation and locking, based on process networks. This paper describes our initial ideas for this new programming model.

Description

Java and the Power of Multi-Core Processing

Links and resources

Tags

community

  • @gron
  • @dblp
@gron's tags highlighted