< session />

Structured Concurrency in Java

Fri, 25 April

Dividing a large problem into subproblems that are scheduled to run on different threads is a commonly used solution. We’ve used executors and the fork/join pool for such problems in the past. While powerful, these solutions come with significant limitations. In this presentation, we will start with those solutions, discuss their issues, and learn how structured concurrency, introduced in Java 21, can help solve such problems more effectively and elegantly.

Target Audience: This session is primarily aimed at Back-end Developers, as they frequently handle multi-threaded tasks in Java and will benefit from understanding how structured concurrency in Java 21 can simplify concurrent programming and improve performance. Software Architects are the secondary audience, as structured concurrency can influence system design, particularly in building more maintainable, reliable, and scalable systems.

< speaker_info />

About the speaker

Venkat Subramaniam

Founder, Agile Developer, Inc.

Dr. Venkat Subramaniam is an award-winning author, founder of Agile Developer, Inc., creator of agilelearner.com, and an instructional professor at the University of Houston

He has trained and mentored thousands of software developers in the US, Canada, Europe, and Asia, and is a regularly-invited speaker at several international conferences. Venkat helps his clients effectively apply and succeed with sustainable agile practices on their software projects.

Venkat is a (co)author of multiple technical books, including the 2007 Jolt Productivity award winning book Practices of an Agile Developer. You can find a list of his books at agiledeveloper.com. Find him on twitter at @venkat_s.