Spring
Past Presentations
Servlet vs Reactive: Choosing the Right Stack
When Netflix upgraded their main gateway, serving 83 million users, from Servlet based, blocking Zuul 1 to the Netty based, non-blocking Zuul 2, the results were interesting and nuanced with benefits and trade-offs. Spring Framework 5 provides a similar choice with Servlet based Spring MVC...
        Rossen Stoyanchev
        Spring Framework Committer @Pivotal
      
    
      Interviews
        
                  Rossen Stoyanchev
          Spring Framework Committer @Pivotal
              
    Servlet vs Reactive: Choosing the Right Stack
What’s the motivation for this talk?
Spring Framework 5 provides two web stacks. One is a classic, Servlet stack with blocking I/O that most Java enterprise applications use today. The other is a Reactive stack that's built on an event-loop, non-blocking execution model and can handle high concurrency with less hardware resources. The motivation for this talk is to...
Read Full Interview