SESSION + Live Q&A
Async Or Bust!?
Asynchronous is the new normal! Or is it? Many of our languages, runtimes, and libraries are built around synchronous behaviour and usage as we keep trying to make RPC work by force of will. Primitives such as futures and promises present a synchronous facade. Blocking I/O dominates the vast majority of designs. Most of our communication models and architectures depend on synchronous methods of communication. For many years, we've been told that synchronous is simpler and performs just as well as more complex asynchronous designs. Is that true? Or is all that a myth and asynchronous design truly is the means to unshackle our designs for better performance? Maybe synchronous designs are a leaky, or just plain wrong, abstraction that limits our systems? This session will try to shed some light on these questions and perhaps raise some new ones around this seemingly eternal debate.
Speaker
Todd Montgomery
Ex-NASA researcher
Todd Montgomery is a networking hacker who has researched, designed, and built numerous protocols, messaging-oriented middleware systems, and real-time data systems, done research for NASA, contributed to the IETF and IEEE, and co-founded two startups. He currently works as an independent...
Read moreFind Todd Montgomery at:
From the same track
Continuous Performance Testing
In our world of continuous delivery with repeatable builds and automated deployments, performance testing is often bolted on as an afterthought. This can be an acceptable strategy until your application becomes popular, after which customers can start complaining about application response. As...
Mark Price
Performance Engineering Specialist at Aitu Software
High Performance Managed Languages
Common wisdom dictates that native languages are the only means of building high-performance applications. How do managed runtimes such as those available to .NET, Java, and even JavaScript, yes even JavaScript compare? Many applications requiring high-performance are now developed for managed...
Martin Thompson
High Performance & Low Latency Specialist
Performance Testing in Java
Writing software is regarded by many developers as a craft or an art. However when it comes to performance tuning and/or testing many believe it to be more of a dark art. Nothing farther from the truth. We can gain a lot by applying a concrete methodology and similar reasoning techniques we...
Andres Almiray
Java/Groovy Developer and Java Champion
Ix-chel Ruiz
Groovy Enthusiast, Teacher of Computer Science
In-Memory Caching: Curb Tail Latency with Pelikan
In-memory caching in a distributed setting is widely used these days, and users usually expect it to be "fast and cheap". One important but often overlooked aspect of cache is tail latency– for many real-time applications, tail latency plays an outsized role in determining the overall...
Yao Yue
Distributed Systems Engineer Working on Cache @Twitter