Skip to content

Comparison of Akka Actors vs GPars Actors vs JDK ExecutorService

Notifications You must be signed in to change notification settings

jan-krakora/concurency-comparison

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

concurency-comparison

Comparison of Akka Actors vs GPars Actors vs JDK ExecutorService

  • Akka Actors

    • remote actors
  • GPars Actors

    • no load balancing / routing of messages to actors
    • user has to create appropriate number of actors?
  • JDK Executor service

    • use Guava callbacks to chain workers - this results in messy code
    • reusable workers
    • no remoting

About

Comparison of Akka Actors vs GPars Actors vs JDK ExecutorService

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published