On Tuesday, March 31, 2015 at 11:23:25 AM UTC+3, √ wrote:
>
> Sounds like you're using too many FJ threads.
>

I wish it was that simple. For both remoting and actor pool the same 
dispatcher is used (4 core box):

      type = Dispatcher
>       executor = "fork-join-executor"
>       throughput = 1000  // Does this apply to FJ, or only to ThreadPoolEx?
>       fork-join-executor {
>         parallelism-min = 1
>         parallelism-max = 4
>       }


I get lower CS values if I set parallelism-max=1, maintaining about the 
same total throughput only with less cpu burn.
However, it looks like CS should not depend much on whether we have 1 or 4 
or 10 FJ threads, most switching must be happing on deeper level, e.g. 
controlled by `throughput`.


 

> 

-- 
>>>>>>>>>>      Read the docs: http://akka.io/docs/
>>>>>>>>>>      Check the FAQ: 
>>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>>>>>>>>>      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/d/optout.

Reply via email to