Treffer: Comparison of concurrency frameworks for the Java virtual machine
Title:
Comparison of concurrency frameworks for the Java virtual machine
Authors:
Publisher Information:
Universität Ulm
Publication Year:
2015
Collection:
OPARU (OPen Access Repository of Ulm University)
Subject Terms:
Document Type:
Dissertation
bachelor thesis
File Description:
application/pdf
Language:
English
Relation:
816146020
DOI:
10.18725/OPARU-2523
Availability:
Accession Number:
edsbas.6753BE5A
Database:
BASE
Weitere Informationen
Due to Multi-core CPUs, concurrent programming is increasingly important when developing responsive and scalable applications. The programming language Java provides low-level building blocks such as threads and monitors. Multiple frameworks provide higher abstractions for concurrent programming and enable alternative concurrency paradigms on the Java virtual machine. This thesis provides a survey of such frameworks and their appropriate use cases. The thesis introduces the most relevant frameworks in more detail and evaluates their use in different concurrent applications.