Hej Krzysiek, Wouldn't it be more interesting for your case to have small self-confined apps which you can qualify as "long chain of actor message passing" or "a lot messages per second"? Those should be easy to construct manually and then you'd see how you impacted performance in those cases.
Have you seen our Reactive Maps <http://www.typesafe.com/activator/template/reactive-maps> Activator template? I think it may be a nice app to try your debugger on, there's quite a bit of stuff going on in it. -- Konrad On Sat, Jun 20, 2015 at 7:26 PM, Krzysztof Romanowski < [email protected]> 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. > -- Cheers, Konrad 'ktoso' Malawski Akka <http://akka.io/> @ Typesafe <http://typesafe.com/> -- >>>>>>>>>> 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.
