-
Notifications
You must be signed in to change notification settings - Fork 0
Home
illyfrancis edited this page Mar 3, 2014
·
27 revisions
- Akka in Action (Manning) - intro chapter 1 (done)
- Akka Essentials (reading it)
- Download examples for the book
- Scala School
- Blog on parser combinator
- 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 !!! ***
- Based on Active Object pattern
- Akka uses dynamic proxy classes in JDK to implement the proxy pattern
- more on Dynamic Proxy Classes in JDK
- 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?