Concurrent Processing Techniques

Track: Alternative Languages
Skill Level: Intermediate
Room: Ballroom B
Time Slot: Mon 2/18, 4:00 PM
Presentation Link
Abstract

The majority of applications built on Java Platform in the past decade have been single-threaded. And the easiest way to address performance issues was to add a faster CPU. However, that option is no longer viable as the hardware industry has shifted from single-core processors to multi-core processors. Traditional concurrent development on the Java Platform requires in depth knowledge of threads, locks, and queues (oh, my!). Fortunately, new languages and frameworks that run on the Java Platform, such as Akka, have made concurrent programming easier.

In this session, I will demonstrate several concurrent processing techniques including Fire and Forget, Fork-Join, and Asynchronous Web Services using the Java Concurrency Library, the Akka Framework and Jersey (JAX-RS).

Source Code: https://github.com/jtdeane

Jeremy Deane

Jeremy Deane has over 20 years of software engineering experience in leadership positions. His expertise includes Enterprise Application Integration, Web Application Architecture, and Software Process Improvement. In addition, he is an accomplished conference speaker and technical author.