Skip to content
illyfrancis edited this page Mar 3, 2014 · 27 revisions

Scala Books

  • Akka in Action (Manning) - intro chapter 1 (done)
  • Akka Essentials (reading it)

Scala Tutorials

Actors

  • Very good presentation on infoq Actor thinking
    • ring list example around 0:24:00
    • use if as object-capability security (27:00)
    • *** NEED TO WATCH AGAIN - was falling asleep !!! ***

Akka/Scala Actor

Akka Typed Actor

Akka presentation

Akka questions

  • Are the number of actors specified/configured in router actor definition bounded by dispatcher config?
    • e.g. if RoundRobinRouter with 5 actors defined within a dispatcher config of max 4 threads with pool size factor of 1, hence max thread of 4, can there only be at most 4 actors? or is the assumption that there's only one actor per thread invalid?

Akka Essentials (Book)

Akka and JDBC

Clone this wiki locally