iX Workshop: Switching from classic threads to virtual threads in Java

0
24
iX Workshop: Switching from classic threads to virtual threads in Java


Using traditional Java threads can cause performance issues because they are very resource intensive. Although asynchronous programming can solve this problem, it is often complex, hard to read, and difficult to debug.

This is how the Sound One headphones from Anker brand, Soundcore, lookThis is how the Sound One headphones from Anker brand, Soundcore, look

Advertisement


A good solution is virtual threads, which can greatly simplify parallel programming in Java. They make it possible to write easy-to-understand and maintain sequential code; they derive their scalability advantage from the ability to release operating system threads during blocking calls.

in our practical workshop Scalable Java applications with virtual threads Find out what you need to pay attention to when switching from traditional Java threads to virtual threads, how your application’s architecture should be structured and where potential pitfalls may lie. In numerous exercises you can practically apply what you’ve learned and estimate to what extent your application will benefit from a switch.

The workshop will take place on September 9, 2024 in a browser-based learning and practice environment and is aimed at developers who want to convert their existing code to virtual threads, architects who want to assess the potential of virtual threads in terms of performance and scalability, and IT-decision makers who want to evaluate the opportunities and risks of switching to virtual threads. Trainer Marwan Abu-Khalil is a senior software architect for parallel and distributed systems in the research department of Siemens AG.

Participation in this practice-oriented workshop is limited to 16 people to enable intensive support and lively exchange with the instructor and other participants.


(As)

Google Maps | Google Maps predicts if there’s a lot of traffic on your routeGoogle Maps | Google Maps predicts if there’s a lot of traffic on your route

LEAVE A REPLY

Please enter your comment!
Please enter your name here