Jonas Bonér
|
c8f1d10c62
|
Merge branch 'master' of github.com:jboner/akka
|
2011-03-14 10:45:55 +01:00 |
|
Jonas Bonér
|
33dc617810
|
Changed API for EventHandler and added support for log levels
|
2011-03-14 10:45:49 +01:00 |
|
Viktor Klang
|
626d44d3ea
|
Optimization for the mostly used mailbox, switch to non-blocking queue
|
2011-03-11 20:06:49 +01:00 |
|
Viktor Klang
|
9418c3436e
|
Adding a rather untested BoundedBlockingQueue to wrap PriorityQueue for BoundedPriorityMessageQueue
|
2011-03-11 15:42:55 +01:00 |
|
Viktor Klang
|
5f438a3cba
|
Commented out the BoundedPriorityMailbox, since it wasn´t bounded, and broke out the mailbox logic into PriorityMailbox
|
2011-03-10 12:03:57 +01:00 |
|
Viktor Klang
|
6c267319ba
|
Adding PriorityExecutorBasedEventDrivenDispatcher
|
2011-03-09 18:20:48 +01:00 |
|
Viktor Klang
|
9070175cd4
|
Adding unbounded and bounded MessageQueues based on PriorityBlockingQueue
|
2011-03-09 18:11:45 +01:00 |
|
Derek Williams
|
cda0c1bbb4
|
Fix calls to EventHandler
|
2011-03-07 19:17:45 -07:00 |
|
Derek Williams
|
eee9445be8
|
Merge branch 'master' into derekjw-future-dispatch
|
2011-03-07 18:57:08 -07:00 |
|
Jonas Bonér
|
939d4ca6cb
|
Changed event handler config to a list of the FQN of listeners
|
2011-03-07 12:18:00 +01:00 |
|
Derek Williams
|
d1fcb6d398
|
Merge remote-tracking branch 'origin/0deps' into 0deps-future-dispatch
Conflicts:
akka-actor/src/main/scala/akka/dispatch/ExecutorBasedEventDrivenWorkStealingDispatcher.scala
akka-actor/src/main/scala/akka/dispatch/Future.scala
akka-actor/src/main/scala/akka/dispatch/HawtDispatcher.scala
|
2011-03-02 16:44:44 -07:00 |
|
Jonas Bonér
|
db980df4d5
|
merged with upstream
|
2011-03-02 18:37:41 +01:00 |
|
Jonas Bonér
|
8fd6122973
|
Renamed to EventHandler and added 'info, debug, warning and error'
|
2011-03-02 18:19:17 +01:00 |
|
Jonas Bonér
|
6f6d459dcd
|
Added the ErrorHandler notifications to all try-catch blocks
|
2011-03-02 00:14:45 +01:00 |
|
Jonas Bonér
|
1425267a65
|
Removed logging
|
2011-02-28 22:54:32 +01:00 |
|
Viktor Klang
|
ba3a473330
|
Optimizing for bestcase when sending an actor a message
|
2011-02-27 23:44:04 +01:00 |
|
Viktor Klang
|
dea85ef81f
|
Removing logging from EBEDD
|
2011-02-27 23:17:59 +01:00 |
|
Viktor Klang
|
a6bfe644d5
|
Removing HawtDispatch, the old WorkStealing dispatcher, replace old workstealer with new workstealer based on EBEDD, and remove jsr166x dependency, only 3 more deps to go until 0 deps for akka-actor
|
2011-02-27 22:44:37 +01:00 |
|
Derek Williams
|
b2c62ba18d
|
Run independent futures on the dispatcher directly
|
2011-02-25 15:20:58 -07:00 |
|
Viktor Klang
|
4c0b9110c9
|
Spellchecking and elided a try-block
|
2011-02-14 02:51:26 +01:00 |
|
Viktor Klang
|
05c12742e3
|
Removing conditional scheduling
|
2011-02-14 02:40:57 +01:00 |
|
Viktor Klang
|
fef5bc40a8
|
Possible optimization for EBEDD
|
2011-02-14 02:34:40 +01:00 |
|
Viktor Klang
|
011e90b7ab
|
Removing durable mailboxes from akka
|
2011-01-20 17:24:39 +01:00 |
|
Jonas Bonér
|
57d0e85a9a
|
Updated the copyright header to 2009-2011
|
2010-12-22 15:35:50 +01:00 |
|
Jonas Bonér
|
dd5d761959
|
renamed DurableMailboxType to DurableMailbox
|
2010-11-30 11:51:23 +01:00 |
|
Jonas Bonér
|
1ecf440bca
|
removed trailing whitespace
|
2010-11-24 21:05:12 +01:00 |
|
Viktor Klang
|
2e77519ee8
|
Fixing %d for logging into {}
|
2010-11-24 13:55:18 +01:00 |
|
Viktor Klang
|
0bdaf5220d
|
Fixing all %s into {} for logging
|
2010-11-24 13:53:53 +01:00 |
|
Viktor Klang
|
40e40a578a
|
Switching to raw SLF4J on internals
|
2010-11-24 13:42:41 +01:00 |
|
Jonas Bonér
|
188d7e9c19
|
Removed reflective coupling to akka cloud
|
2010-11-22 17:58:21 +01:00 |
|
Jonas Bonér
|
4f8b3ea6fb
|
Fixed bug in ActorRegistry getting typed actor by manifest
|
2010-11-22 09:00:13 +01:00 |
|
Viktor Klang
|
2f62241519
|
Added a root akka folder for source files for the docs to work properly, closing ticket #541
|
2010-11-20 22:26:26 +01:00 |
|