scala - Performance of message-passing in the Actor model -


I have seen the benchmark of actor model implementation done in the case of my actors. For example, Akka is very light (600 byte per actor) and millions of them can be built. However, I have never seen a benchmark in terms of messaging pass throughput. For example, some actors were given, how many messages can cross between them per second?

Do anyone have a link to such a performance benchmark (in the case of messaging)?

  • Jetong (Java)
  • See also and more.


  • Comments

    Popular posts from this blog

    c# - sqlDecimal to decimal clr stored procedure Unable to cast object of type 'System.Data.SqlTypes.SqlDecimal' to type 'System.IConvertible' -

    Calling GetGUIThreadInfo from Outlook VBA -

    Obfuscating Python code? -