MENU

Fun & Interesting

Back to basics: threads – Adam Dubiel

Devoxx Poland 2,732 3 years ago
Video Not Working? Fix It Now

When was the last time you run any production code on single-core CPU? And even if, was it a single-threaded code? We shield ourselves from threads with layers of abstractions that promise to take care of everything. However it is often impossible to talk about the application without understanding the underlying thread model. During this talk i would like to get back to basics. Where does the JVM take threads from? How much a thread cost? How do the threads interact and is my CPU any different from distributed system? Why do we create thread pools and how to control them? How many (and what) threads are there in typical app? You will find answers to those questions on my presentation. Presented by Adam Dubiel Subscribe to our channel: https://youtube.pl/c/DevoxxPoland?sub_confirmation=1 Twitter: https://twitter.com/DevoxxPL Instagram: https://www.instagram.com/grzegorz.duda.official/ Join us also here: Technology Radar Review: https://dworld.pl/radar Developers World Academy: https://dworld.pl/akademia Devflix: https://devflix.pl #Devoxx #DevoxxPoland #IT #Development #SoftwareDevelopment

Comment