Concurrent applications, those serving multiple independent application actions simultaneously, are the bread and butter of Java server-side programming. The thread has been Java’s primary unit of concurrency since its inception and is core to the entire Java platform. However, it can no longer efficiently represent a domain unit of concurrency. As a result, Java has seen a proliferation of libraries and frameworks that offer scalability while abandoning the thread as the unit of software concurrency—and, with it, the support of Java’s observability tooling. In this session, learn how Project Loom aims to reinstate the thread as an efficient unit of concurrency by adding a lightweight implementation of threads to the Java platform.
An Oracle DevLive Level Up - Java Developer Day session.
Presented by Sergey Kuksenko, Principal Member of Technical Staff
More info ➱
More Level Up videos ➱
Tags: #Java #OpenJDK #JDK20 #concurrency
3 views
557
138
2 months ago 00:00:01 1
jvm_Wed Oct 23 22:34:48 MSK 2024
2 months ago 01:15:48 1
Знакомство с
2 months ago 00:52:42 1
The “Modern Day Slaves“ Of The AI Tech World
2 months ago 00:01:00 1
Задача из Собеседования в Google и Amazon #java #собеседование #google
3 months ago 00:12:20 1
Módulos y Paquetes en Python 🐍 | Importación de módulos, paquetes y subpaquetes ✅