Re: [akka-user] Akka dispatchers 80% cpu time spent in ForkJoinPool.scan() -> Unsafe.park()

2016-04-15 Thread Viktor Klang
Using Awaits a lot or just oversized the pool? -- Cheers, √ On Apr 15, 2016 7:33 PM, "dylan wilder" wrote: > As above. I'm using akka http and the service isn't scaling with the > number of simultaneous connections. I've also posted hear so I won't bother > writing up twice: > http://stackoverf

[akka-user] Akka dispatchers 80% cpu time spent in ForkJoinPool.scan() -> Unsafe.park()

2016-04-15 Thread dylan wilder
As above. I'm using akka http and the service isn't scaling with the number of simultaneous connections. I've also posted hear so I won't bother writing up twice: http://stackoverflow.com/questions/36650077/akka-http-majority-of-cpu-time-spent-in-unsafe-park Any ideas?? My code paths barely ap