I'm trying to understand why the fork join pool scales better than the 
thread pool.
My understanding is that FJP can partition tasks into subtasks to optimize 
the work done on the underlying threads.

How does this affect the mailboxes in Akka?
Since a given mailbox can only process one message at a time to ensure max 
degree of paralellism = 1 for the actor model, I fail to see how the FJP 
model helps here?

Is it just that registerForExecution is faster with fjp than treadpool?

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: http://akka.io/faq/
>>>>>>>>>>      Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to