Skip to content

Spring boot with Tomcat redis backed leaderboard - Blocking implementation for a baseline to compare with other concurrency models

Notifications You must be signed in to change notification settings

gihad/threads_leaderboard

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a baseline implementation of a redis backed leaderboard with Spring boot using Java threads, Tomcat with NIO (New IO) and blocking code.

A non-blocking implementation using a modern concurrency model is available here: https://github.com/gihad/vertx_leaderboard

About

Spring boot with Tomcat redis backed leaderboard - Blocking implementation for a baseline to compare with other concurrency models

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages