Commit graph

8555 commits

Author SHA1 Message Date
Patrik Nordwall
8b71bf5bea Implemented dynamically resizable routers. See #1557 2012-01-09 21:07:16 +01:00
Patrik Nordwall
8abcf8ce2a Avoid AtomicInteger overflow in RoundRobinRouter. See #1610 2012-01-09 20:50:18 +01:00
patriknw
bf367f3d4f Merge pull request #203 from jboner/wip-1600-routing-java-patriknw
Java improvements and documentation of routing
2012-01-09 11:42:50 -08:00
Roland
6ba26f5f86 fix trivial off-by-one aesthetic buglet: start random names at $a instead of $b 2012-01-09 14:09:24 +01:00
Patrik Nordwall
1c6761c811 Added explicit type of def context in TypedActor 2012-01-09 09:25:02 +01:00
RayRoestenburg
3f8f8632cc Added docs to registerOnTermination, that you can add multiple code blocks 2012-01-07 16:53:44 +01:00
Viktor Klang
feccfa0e2f Removing trailing dot madness 2012-01-07 00:49:35 +01:00
Viktor Klang
1f8f3d3e42 Removing trailing dot madness 2012-01-07 00:48:41 +01:00
Viktor Klang
bd71ebb948 #1604 - Switched to ThreadLocal.remove() and dropping Optionizing things 2012-01-06 23:47:50 +01:00
Viktor Klang
8852128b93 #1598 - tryComplete == false for KeptPromise 2012-01-06 23:16:59 +01:00
Patrik Nordwall
ed2b65c402 DOC: Routing (Java). See #1600 2012-01-05 17:59:19 +01:00
Patrik Nordwall
a8c6a0d891 Java API for RouterConfig. See #1609
* CustomRouterConfig and CustomRoute
* Added create methods in the predefined router objects for java equivalent of apply
* IndexedSeq instead of Vector in public api
2012-01-05 17:54:33 +01:00
Patrik Nordwall
ee17fd8be7 Changed message type to Any instead of AnyRef in ask method. See #1608 2012-01-05 17:54:01 +01:00
Patrik Nordwall
1850f6e5b7 DOC: Minor improvement of remote docs 2012-01-05 09:31:21 +01:00
Patrik Nordwall
4f778e826d Renamed RemoteExtension file to RemoteSettings and it's not an Extension 2012-01-05 09:23:02 +01:00
patriknw
ffb6a03fce Merge pull request #200 from jboner/wip-1583-patterns-stop-patriknw
Added akka.pattern.gracefulStop. See #1583
2012-01-03 02:43:43 -08:00
Patrik Nordwall
5ba0963d71 Added documentation. See #1583 2012-01-03 11:41:49 +01:00
Patrik Nordwall
0a3021eb60 DOC: Fixed wrong documentation of bounded mailbox, mailbox-capacity should be used, not task-queue-type. See #1601 2012-01-03 10:03:58 +01:00
Patrik Nordwall
f3cc148538 format 2012-01-01 21:30:04 +01:00
Patrik Nordwall
3d3b745a26 Improvements based on feedback. See #1583 2012-01-01 21:27:52 +01:00
Patrik Nordwall
39a96b2ac3 Added akka.pattern.gracefulStop. See #1583 2012-01-01 20:55:30 +01:00
Patrik Nordwall
774584642e Rewrite dispatcher usage in ActorModelSpec. See #1563
* Configured dispatcher configurators instead of programatically created and registered configurators
* Removed Dispatchers.register
2012-01-01 16:30:33 +01:00
Patrik Nordwall
5ec89a4888 Activated ignored test and verified with profiler that the issue is gone. See #1423
* TestLatch and Await
* Cleanup of test
2012-01-01 12:14:05 +01:00
Patrik Nordwall
47d65774e3 parallelExecution default false, use -Dakka.parallelExecution=true for warp speed. 2012-01-01 11:33:20 +01:00
Eugene Vigdorchik
5ec128f83a Merge branch 'master' of github.com:jboner/akka 2011-12-31 11:34:31 +04:00
Eugene Vigdorchik
5d47342d31 Final fix to zk client, distributed testing for akka works. Happy NY to everyone! 2011-12-31 11:33:55 +04:00
Viktor Klang
7108a54f22 Unborking docs, ScalaDoc.... 2011-12-30 22:44:52 +01:00
Viktor Klang
69c56acaf3 Unborking master 2011-12-30 22:13:25 +01:00
Viktor Klang
fbb7cb20a1 Adding Java docs for Serialization, and discovered some flaws with the Java API, that have been fixed 2011-12-30 22:06:41 +01:00
Viktor Klang
d8b2f88ced Adding Scala reST docs for Serialization 2011-12-30 20:57:40 +01:00
Viktor Klang
ca911038eb Adding Scala reST docs for Serialization 2011-12-30 20:46:04 +01:00
Viktor Klang
aba206da93 Rewriting the ProtobufSerializer to be a bit less imperative 2011-12-30 19:20:24 +01:00
Viktor Klang
4387b0c27f Adding minor ScalaDoc to SerializationExtension 2011-12-30 19:15:35 +01:00
Viktor Klang
7aa8904a28 Fixing VerifySerializabilitySpec 2011-12-30 19:13:09 +01:00
Viktor Klang
56cc66437f Removing a shadowing import in ProtobufSerializer.scala 2011-12-30 19:09:42 +01:00
Viktor Klang
1dc981725d Catching up with master 2011-12-30 19:06:16 +01:00
Viktor Klang
f76e085226 Correct wording 2011-12-30 18:51:07 +01:00
Viktor Klang
0e941d7646 Adding some more ScalaDoc to Future to explain foreach, withFilter and filter 2011-12-30 18:11:32 +01:00
Viktor Klang
e47f449143 Adding throws-clause to the invoke method in TypedActorInvocationHandler 2011-12-30 17:55:27 +01:00
Viktor Klang
2a05ec288c Switching to backing off by cancel the ChannelFuture 2011-12-30 17:40:11 +01:00
Viktor Klang
dfcd1571fd Adding backoff-timeout to remote configuration 2011-12-30 17:24:23 +01:00
viktorklang
7c02287b66 Merge pull request #198 from jboner/wip-1530-detach-futures-from-message-dispatcher-√
Wip 1530 detach futures from message dispatcher √
2011-12-30 07:44:24 -08:00
Viktor Klang
1f1288ac03 Fixing typeSignature in ExecutionContext 2011-12-30 16:26:30 +01:00
Viktor Klang
2b250f8e4c Added converters from Executor and ExecutorService to ExecutionContext 2011-12-30 15:54:27 +01:00
Viktor Klang
31fba01ba2 Adding more ScalaDoc to Serializer 2011-12-30 15:09:34 +01:00
Viktor Klang
4c7d9cbc1e Formatting Future.scala 2011-12-30 15:04:59 +01:00
Eugene Vigdorchik
2eb7cf31b5 Merge branch 'master' of github.com:jboner/akka 2011-12-30 17:46:57 +04:00
Eugene Vigdorchik
7b9e9d2fe0 ZK related fixed. No review since there's nothing to review. 2011-12-30 17:46:04 +04:00
Viktor Klang
f22f229619 Removing all but 2 uses of dispatcher.eventStream in Future.scala
this means we can look into requiring an ExecutionContext instead of MessageDispatcher
2011-12-30 14:15:27 +01:00
Viktor Klang
e78739f7e5 Adding more docs to Serialization and making sure that the Protobuf stuff gets its manifests 2011-12-30 14:15:27 +01:00