You could try searching on GitHub. For example, here is a search for projects with "Akka" in the description, ordered by "number of stars": https://github.com/search?o=desc&q=akka+in%3Adescription&s=stars&type=Repositories&utf8=%E2%9C%93 (See https://help.github.com/articles/searching-repositories/ for GitHub searching docs.)
This sounds very interesting: I hope you'll post your results on here. Good luck, Rich On Saturday, June 20, 2015 at 6:36:08 PM UTC+1, Krzysztof Romanowski wrote: > > Hi all, > > I am writing master thesis about asynchronous debugger for Scala (based on > Iulian's work [1]). > I need akka applications (open source once of course) to test performance > of such debugger. > > Application should have multiple messaged passed per minute and at best > has message that are quickly computed (where message handling time is > comparable with time for send and recive message) and message that has time > consuming handling logic. > > Thanks for any suggestion/help. > > Krzysztof > > Ps. If I find sth interesting I promise I share my results ;) > > [1] http://scalacamp.pl/data/async-debugger-slides/index.html#/ > -- >>>>>>>>>> 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.
