Akka dispatcher working for forkjoin and threadPool executors -


i have couple of question akka dispatcher... searched on net not find proper answer. how akka dispatcher works forkjoin , threadpool executors? when use forkjoin on threadpool executor in akka dispatcher? great if can explain taking example of 10 actors each having own mail box throughput 10, 2 core machine , thread pool size of 4. may take more assumption if required.


Comments

Popular posts from this blog

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -