Hi Gaurav, the multiple threads show up because Akka is using thread pools (multiple threads) for running Actors - which is why you’ll see systemName-dispatcher-...-N threads.
It’s tough to say what exactly might be causing the threads to wait without more details on the interactions - are you sure you don’t block somewhere? Hints given by Soumya are good ones - check your GC if it’s going haywire or not, if yes, then investigate why (which objects) etc. Hope this helps, report back if you find more info though! -- Konrad `ktoso` Malawski 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.
