Modern JVM Multithreading • Paweł Jurczenko • Devoxx Poland 2021

In this presentation I will show what might be taken into consideration when writing a modern JVM application. What are the differences between green threads and fibers? What kind of thread pools and how many of them should we use? Can we have a non-blocking communication with relational databases? Can we decouple our domain logic from asynchrony? Is it possible to have a reasonable stack-trace in asynchronous code? These are the main questions I’d like to address in the presentation. Lecture took place on Thursday 26th August 2021 at 10:30 in Room 3 Paweł is a Software Engineer working on a commercial real estate data platform at CompStak. He has been using JVM languages professionally for the last 6 years. He has been working on backend systems in the world of big data, fast data and microservices. His interests include distributed systems, concurrent processing and functional programming. Twitter: Instagram: Join us also here: Technology Radar Review: Developers World Academy: Devflix: #IT #Development #SoftwareDevelopment
Back to Top