Re: [akka-user] Re: Too many scan calls when profiling my akka application

2015-06-12 Thread Johannes Rudolph
On Sunday, June 7, 2015 at 1:42:52 PM UTC+2, Akka Team wrote: > > The scan method of FJP will very likely be your top method unless you have > very favorable load patterns for FJP. I wouldn't worry about it, unless you > see a performance problem with your application. > > 4% is indeed not much

Re: [akka-user] Re: Too many scan calls when profiling my akka application

2015-06-08 Thread Leon Ma
Got it , thanks a lot! 在 2015年6月7日星期日 UTC-7上午4:42:52,Akka Team写道: > > Hi Leon, > > The scan method of FJP will very likely be your top method unless you have > very favorable load patterns for FJP. I wouldn't worry about it, unless you > see a performance problem with your application. > > -Endr

Re: [akka-user] Re: Too many scan calls when profiling my akka application

2015-06-07 Thread Akka Team
Hi Leon, The scan method of FJP will very likely be your top method unless you have very favorable load patterns for FJP. I wouldn't worry about it, unless you see a performance problem with your application. -Endre On Fri, Jun 5, 2015 at 10:54 PM, Justin Forder wrote: > It may be the hottest

[akka-user] Re: Too many scan calls when profiling my akka application

2015-06-05 Thread Justin Forder
It may be the hottest method, but it is still only using 4.6% of your total CPU use. Is that really a concern? regards Justin -- >> Read the docs: http://akka.io/docs/ >> Check the FAQ: >> http://doc.akka.io/docs/akka/current/additional/faq.html

[akka-user] Re: Too many scan calls when profiling my akka application

2015-06-02 Thread Leon Ma
additional info: scalaVersion = "2.11.6" Akka = "2.3.6" The application logic is like: Using spray as facade, creating 1 actor for each request, do some processing, hit an external resource with spray-can client and return the response. Leon 在 2015年6月2日星期二 UTC-7上午1:57:41,Leon Ma写道: