-
Notifications
You must be signed in to change notification settings - Fork 0
Home
illyfrancis edited this page Jul 15, 2013
·
27 revisions
- Akka in Action (Manning) - intro chapter 1 (done)
- Akka Essentials (reading it)
- Download examples for the book
- 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?
-
Lambda
-
presentation by Brian Goetz(?)
- worth re-watching
- comparing example around 0:48
- Jump-starting Lambda programming
-
presentation by Brian Goetz(?)
-
From Java 8, abstract class can be done with interface (with default methods)
-
ForkJoinPool
-
ThreadPool in EE Container
-
Invokedynamic, medthod handle