Skip to content

glmcz/axum-thirtyfour-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

axum-thirtyfour-server

As it is stated in the paper for servers with restricted num of core (less than 4) it is better to use Locks (Preferable are Spin locks) instead of channels (msg passing between threads)[1]. But async with channel opening us a way for better HW scalability and worse condition for debugging.

img.png

Reference: [1] https://sigops.org/s/conferences/sosp/2013/papers/p33-david.pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages