Commit graph

12466 commits

Author SHA1 Message Date
Jonas Bonér
f8ce3d541e Changed API for EventHandler and added support for log levels 2011-03-14 10:45:49 +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
af97128c36 Merge branch 'master' of github.com:jboner/akka 2011-03-14 08:30:12 +01:00
Viktor Klang
8b0362275e Merge branch 'master' of github.com:jboner/akka 2011-03-14 08:30:12 +01:00
Viktor Klang
669a2b8117 Reverting change to SynchronousQueue 2011-03-14 08:29:54 +01:00
Viktor Klang
b2b84d8414 Reverting change to SynchronousQueue 2011-03-14 08:29:54 +01:00
Viktor Klang
dfca401ab0 Revert "Switching ThreadBasedDispatcher to use SynchronousQueue since only one actor should be in it"
This reverts commit f980dc3f23.
2011-03-14 08:27:47 +01:00
Viktor Klang
d99ef9b5cd Revert "Switching ThreadBasedDispatcher to use SynchronousQueue since only one actor should be in it"
This reverts commit f980dc3f23.
2011-03-14 08:27:47 +01:00
Martin Krasser
bfb5fe97e1 Merge branch '647-krasserm' 2011-03-13 06:55:57 +01:00
Martin Krasser
9f15439969 Merge branch '647-krasserm' 2011-03-13 06:55:57 +01:00
Viktor Klang
36a612eea5 Switching ThreadBasedDispatcher to use SynchronousQueue since only one actor should be in it 2011-03-11 23:13:31 +01:00
Viktor Klang
f980dc3f23 Switching ThreadBasedDispatcher to use SynchronousQueue since only one actor should be in it 2011-03-11 23:13:31 +01:00
Derek Williams
5ba947cfd6 Merge branch 'future-covariant' 2011-03-11 14:06:42 -07:00
Derek Williams
e2c36e041d Merge branch 'future-covariant' 2011-03-11 14:06:42 -07:00
Derek Williams
2cdfa43daf Improve Future API when using UntypedActors, and add overloads for Java API 2011-03-11 12:50:57 -07:00
Derek Williams
67ead66b32 Improve Future API when using UntypedActors, and add overloads for Java API 2011-03-11 12:50:57 -07:00
Viktor Klang
1053202f4d Optimization for the mostly used mailbox, switch to non-blocking queue 2011-03-11 20:06: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
0d740db75b Beefed up the concurrency level for the mailbox tests 2011-03-11 16:58:31 +01:00
Viktor Klang
f624cb49a2 Beefed up the concurrency level for the mailbox tests 2011-03-11 16:58:31 +01:00
Viktor Klang
a743dcfd02 Adding a rather untested BoundedBlockingQueue to wrap PriorityQueue for BoundedPriorityMessageQueue 2011-03-11 15:42:55 +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
5d3b669fac Deprecating client-managed TypedActor 2011-03-10 18:39:47 +01:00
Viktor Klang
89f2bf3cb9 Deprecating client-managed TypedActor 2011-03-10 18:39:47 +01:00
Viktor Klang
e588a2c90c Deprecating Client-managed remote actors 2011-03-10 18:31:03 +01:00
Viktor Klang
f0cf589ff8 Deprecating Client-managed remote actors 2011-03-10 18:31:03 +01:00
Viktor Klang
00dea71492 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
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
0b5858f46f Adding PriorityExecutorBasedEventDrivenDispatcher 2011-03-09 18:20:48 +01:00
Viktor Klang
6c267319ba Adding PriorityExecutorBasedEventDrivenDispatcher 2011-03-09 18:20:48 +01:00
Viktor Klang
42cfe2720a Adding unbounded and bounded MessageQueues based on PriorityBlockingQueue 2011-03-09 18:11:45 +01:00
Viktor Klang
9070175cd4 Adding unbounded and bounded MessageQueues based on PriorityBlockingQueue 2011-03-09 18:11:45 +01:00
Viktor Klang
9f4144c5f3 Changing order as to avoid DNS lookup in worst-case scenario 2011-03-09 16:45:04 +01:00
Viktor Klang
769f266cca Changing order as to avoid DNS lookup in worst-case scenario 2011-03-09 16:45:04 +01:00
Viktor Klang
6d3a28d43d Merge branch 'master' of github.com:jboner/akka 2011-03-09 13:32:23 +01:00
Viktor Klang
493fbbb833 Merge branch 'master' of github.com:jboner/akka 2011-03-09 13:32:23 +01:00
Viktor Klang
1301e301ef Merge branch 'master' of github.com:jboner/akka 2011-03-09 13:32:11 +01:00
Viktor Klang
53b19fac2c Merge branch 'master' of github.com:jboner/akka 2011-03-09 13:32:11 +01:00
Viktor Klang
f0bc68d767 Merge branch 'master' of github.com:jboner/akka 2011-03-09 13:26:30 +01:00
Viktor Klang
de169a968e Merge branch 'master' of github.com:jboner/akka 2011-03-09 13:26:30 +01:00
Viktor Klang
f8e9c61134 Removing legacy, non-functional, SSL support from akka-remote 2011-03-09 13:24:17 +01:00
Viktor Klang
416c356078 Removing legacy, non-functional, SSL support from akka-remote 2011-03-09 13:24:17 +01:00
Peter Vlugter
671712a6cb Add future and await to agent 2011-03-09 20:01:00 +08:00
Peter Vlugter
00393dcd76 Add future and await to agent 2011-03-09 20:01:00 +08:00
Peter Vlugter
39caa297ac Fix problems with config lists and default config 2011-03-09 10:36:49 +08:00
Peter Vlugter
36c6c9f59d Fix problems with config lists and default config 2011-03-09 10:36:49 +08:00
Viktor Klang
9a0c1033d0 Removing the use of embedded-repo and deleting it, closing ticket #623 2011-03-08 16:13:09 +01:00
Viktor Klang
88dc18c806 Removing the use of embedded-repo and deleting it, closing ticket #623 2011-03-08 16:13:09 +01:00
Viktor Klang
5f05cc39c3 Merge branch 'master' of github.com:jboner/akka 2011-03-08 15:45:28 +01:00
Viktor Klang
927a065c0f Merge branch 'master' of github.com:jboner/akka 2011-03-08 15:45:28 +01:00