Skip to content

Details

Την Πέμπτη 7 Οκτωβρίου θα κάνουμε ένα virtual meetup. To link θα ανακοινωθεί στο https://jhug.slack.com λίγο πριν το conference, οπότε αν δεν είστε μέσα ζητήστε invitation.

  • Ο Heinz Kabutz [1] θα μας μιλήσει για το project Loom.

Title: Prepare for what "Loom"s ahead

Abstract:

Everyone is talking about how Project Loom will make concurrency child's play. Instead of reactive or asynchronous systems, we make a gazillion virtual threads. This should be simpler, but it also has dangers. For example, what happens if one task takes longer than expected? Or if it blocks forever? How can we force a task to stop? Has Project Loom made the ordinary ConcurrentHashMap slower?

In this talk, we will show a brief introduction to Project Loom. We then look at how we can prepare our code bases so that the migration to Loom is easier. We show how long-running tasks impact the liveness of our system. We look at what type of code we will need to refactor so that it is ready when Loom lands.

[1] Heinz is the author of The Java Specialists’ Newsletter (https://www.javaspecialists.eu), a publication enjoyed by tens of thousands of Java experts in over 150 countries.

Members are also interested in