Class Central is learner-supported. When you buy through links on our site, we may earn an affiliate commission.

Pluralsight

Scaling Java Applications Through Concurrency

via Pluralsight

Overview

Save Big on Coursera Plus. 7,000+ courses at $160 off. Limited Time Only!
Distributed systems and multi-core platforms are far too prevalent now to dismiss everyday concurrency. This course outlines several concurrency patterns that the Java Concurrency API simplifies, making it much easier to scale your Java application.

There are several gems inside the existing concurrency API that have been hiding in the background for years, waiting to be discovered by curious software engineers. The existing Java Concurrency API makes it much easier to build a Java application that is scalable and performant without having to settle for lots of low-level wait-notify usage or lots of locking using the synchronized keyword. In this course, Scaling Java Applications Through Concurrency, you'll cover several concurrency patterns simplified by the Java Concurrency API; these patterns will make scaling new and existing Java applications simpler than ever. First, you'll learn about how the Java Concurrency API has changed scalability and how to run processes in the background. Next, you'll cover classes that will help you avoid mistakes like lost updates when sharing resources. Finally, you'll discover how to coordinate dependent processes and implementing throttling. By the end of this course, you will be able to easily scale your Java applications through concurrency so that they work better and faster.

Syllabus

  • The End of Moore’s Law 4mins
  • Running Processes in the Background 23mins
  • Sharing Resources Among Parallel Workers 31mins
  • Coordinating Efforts Among Dependent Processes 42mins
  • Throttling Incoming Work 37mins

Taught by

Josh Cummings

Reviews

3.9 rating at Pluralsight based on 63 ratings

Start your review of Scaling Java Applications Through Concurrency

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.