Skip to content

Pattern and anti-pattern of thread pool usage in Scala

Notifications You must be signed in to change notification settings

fp-tower/pool-usage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pool Usage

This is repository aims to show some good and bad pattern regarding thread pool usage. In particular, I would like to show the difference between:

  • single global pool (fork-join) ala Scala Future
  • 2-3 pools: compute, blocking, dispatch

About

Pattern and anti-pattern of thread pool usage in Scala

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages