Commit graph

3025 commits

Author SHA1 Message Date
Viktor Klang
8baa62bb82 Upgrading the fix for overloading and TypedActors 2011-03-14 19:00:52 +01:00
Viktor Klang
7f3a727c8f Moving AkkaLoader from akka.servlet in akka-http to akka.util, closing ticket #701 2011-03-14 17:53:35 +01:00
Viktor Klang
ac51509184 Removign leftover debug statement. My bad. 2011-03-14 17:04:21 +01:00
Viktor Klang
0899fa44ab Merge with master 2011-03-14 16:29:22 +01:00
Viktor Klang
2c1ea6969d Fixing ticket #703 and reformatting Pool.scala 2011-03-14 16:03:47 +01:00
Viktor Klang
562928184f Adding a unit test for ticket 552, but havent solved the ticket 2011-03-14 14:40:03 +01:00
Viktor Klang
2a390d3fcb All tests pass, might actually have solved the typed actor method resolution issue 2011-03-14 14:17:54 +01:00
Jonas Bonér
0ec4d18a83 changed event handler dispatcher name 2011-03-14 13:38:27 +01:00
Viktor Klang
cce0fa8b8f Pulling out _resolveMethod_ from NettyRemoteSupport and moving it into ReflectiveAccess 2011-03-14 12:17:59 +01:00
Viktor Klang
b5b46aaff0 Potential fix for the remote dispatch of TypedActor methods when overloading is used. 2011-03-14 11:49:37 +01:00
Viktor Klang
49338dc9ed Fixing ReadTimeoutException, and implement proper shutdown after timeout 2011-03-14 11:21:41 +01:00
Jonas Bonér
8264ba8257 Added generic event handler 2011-03-14 11:12:23 +01:00
Jonas Bonér
978ec62c1a Merge branch 'master' of github.com:jboner/akka 2011-03-14 10:45:55 +01:00
Jonas Bonér
f8ce3d541e 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
669a2b8117 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
Martin Krasser
bfb5fe97e1 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
Derek Williams
5ba947cfd6 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
Viktor Klang
1053202f4d 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
a743dcfd02 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
e588a2c90c 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
0b5858f46f 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
9f4144c5f3 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
1301e301ef 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
f8e9c61134 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
39caa297ac 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
5f05cc39c3 Merge branch 'master' of github.com:jboner/akka 2011-03-08 15:45:28 +01:00
Viktor Klang
ef69b5c642 Adding ModuleConfiguration for net.debasishg 2011-03-08 15:45:18 +01:00
Viktor Klang
45342b4d79 Adding ModuleConfiguration for net.debasishg 2011-03-08 15:33:39 +01:00
Viktor Klang
93470f303b Removing ssl options since SSL isnt ready yet 2011-03-08 15:24:56 +01:00
Heiko Seeberger
28bce69c62 closes #689: All properties from the configuration file are unit-tested now. 2011-03-08 15:23:58 +01:00
Heiko Seeberger
ebc8ccba84 re #689: Verified config for akka-stm. 2011-03-08 15:23:05 +01:00
Heiko Seeberger
95c2b0446e re #689: Verified config for akka-remote. 2011-03-08 15:23:05 +01:00
Heiko Seeberger
9d63964a39 re #689: Verified config for akka-http. 2011-03-08 15:23:05 +01:00
Heiko Seeberger
031b5c22ef re #689: Verified config for akka-actor. 2011-03-08 15:23:05 +01:00
Viktor Klang
31300250a1 Merge branch 'master' of github.com:jboner/akka 2011-03-08 15:04:58 +01:00
Viktor Klang
e75439d5d9 Removing SBinary artifacts from embedded repo 2011-03-08 13:48:14 +01:00
Peter Vlugter
a4fbc0283c Reduce config footprint 2011-03-08 20:29:50 +08:00
Viktor Klang
513e5def9b Removing support for SBinary as per #686 2011-03-08 13:11:03 +01:00