@Alec So when 5ms is the target, you are saying that the GC becomes the most important factor for the system's performance. Do you have any suggestion (book/website etc.) for me to check out for this matter? I have my application currently running in a high traffic environment and I would love to monitor GC pauses periodically if I knew how :)
@Adam Thank you for the suggestion, I also came across similar JVMs but the cost seems to be unapplicable for me since most of my applications do not run in a central server, instead it runs on a lot of nodes. @Conrad Thank you for the link, this is exactly what I am looking for since I have no idea what to check for my system's performance. In the meantime I was checking out Kamon since my application generates and kills a lot of actors and I need a way to monitor actor counts, transaction times etc. I will check out all your suggestions. Regards, Koray On Wednesday, October 15, 2014 3:24:53 PM UTC+3, Akka Team wrote: > > Hi Koray, > I concur with the other guys – these kinds of skills are very specific. > It's certainly doable, and there's loads of companies using both the JVM > and/or Akka for these kinds of systems, but it requires a lot of thinking / > monitoring / tweaking to get these super high performance apps. > Here's a talk from the Twitter guys I really liked which shows a bit of > the resources and techniques one has to apply when building such apps: > Twitter-Scale > Computing with OpenJDK <https://www.youtube.com/watch?v=szvHghWyuoQ> > (youtube). > > These topics are the fun and interesting part, so you're in for a ride - > enjoy it. :-) > > -- > Konrad > > Akka Team > Typesafe - The software stack for applications that scale > Blog: letitcrash.com > Twitter: @akkateam > -- >>>>>>>>>> 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 [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
