Viktor Klang
|
03bc15feb1
|
#1692 - Adding config option for making the Scheduler daemonic
|
2012-01-19 20:55:27 +01:00 |
|
Viktor Klang
|
c4b4302266
|
Damn you ConfigSpec
|
2012-01-19 19:48:57 +01:00 |
|
Viktor Klang
|
d888ca5bff
|
Removing 'name' from dispatchers, just use id, much better
|
2012-01-19 19:08:51 +01:00 |
|
Viktor Klang
|
2e40cdcf0e
|
Merge branch 'master' of github.com:jboner/akka
|
2012-01-19 18:21:25 +01:00 |
|
Viktor Klang
|
149fbea5a7
|
Updating Copyright as per #1660
|
2012-01-19 18:21:06 +01:00 |
|
viktorklang
|
b82ded6310
|
Merge pull request #227 from jboner/wip-1686-future-improvements-√
Removed FState, switched to isCompleted checks instead of value.isDefine...
|
2012-01-19 09:16:30 -08:00 |
|
Viktor Klang
|
76521793a8
|
#1690 - upgrading Netty to 3.3.0-Final
|
2012-01-19 18:08:13 +01:00 |
|
Viktor Klang
|
290f508195
|
Modifying the test for Futures.reduce
|
2012-01-19 17:47:58 +01:00 |
|
Viktor Klang
|
cc1a22c902
|
Fixing signature of Futures.reduce
|
2012-01-19 17:41:53 +01:00 |
|
Viktor Klang
|
69196a998f
|
Switching to semi-dynamic discovery of sun.misc.Unsafe entity
|
2012-01-19 16:35:36 +01:00 |
|
Viktor Klang
|
19347dadbc
|
Renaming TestActorRef.apply to receive, in order to get forwarders generated & improve Java API
|
2012-01-19 15:49:44 +01:00 |
|
Viktor Klang
|
44c7f49f92
|
Removed FState, switched to isCompleted checks instead of value.isDefined, added zip etc
|
2012-01-19 13:50:02 +01:00 |
|
Viktor Klang
|
97280ffeed
|
Fixing master: Unborking of BalancingDispatcher, fixing of PinnedDispatcher config, not creating one dispatcher per message for PinnedDispatcher ;)
|
2012-01-19 12:15:49 +01:00 |
|
Viktor Klang
|
158bbabb58
|
Making it possible to configure all-around stuff for the PinnedDispatcher
|
2012-01-18 22:50:35 +01:00 |
|
viktorklang
|
55f5cedd4e
|
Merge pull request #222 from jboner/wip-1656-daemonic-remote-threads-√
#1656 - Adding support for configuringthreads created by remoting as dae...
|
2012-01-18 13:08:52 -08:00 |
|
Viktor Klang
|
f77ae62dda
|
Switching the remoting utilities to be daemonic by default
|
2012-01-18 22:05:49 +01:00 |
|
Viktor Klang
|
1714279eac
|
Switching to reduceLeft so we can change the type signature of reduce to be more useful
|
2012-01-18 22:01:44 +01:00 |
|
Patrik Nordwall
|
fd68752fbe
|
Another adjustment of pool-size
|
2012-01-18 19:49:38 +01:00 |
|
Viktor Klang
|
7a3cbdf86f
|
#1656 - Adding support for configuringthreads created by remoting as daemons
|
2012-01-18 18:10:56 +01:00 |
|
Patrik Nordwall
|
5647f69727
|
Fixed failing test, due to pool-size.
|
2012-01-18 18:04:41 +01:00 |
|
Viktor Klang
|
82d009fab5
|
Fixing ticket #1657
|
2012-01-18 16:49:20 +01:00 |
|
patriknw
|
b5c8d7db56
|
Merge pull request #221 from jboner/wip-less-aggressive-poolsize-for-tests
Limit default-dispatcher pool size, see #1654
|
2012-01-18 02:25:25 -08:00 |
|
Patrik Nordwall
|
1b4983f865
|
DOC: fixed minor path err
|
2012-01-18 10:10:42 +01:00 |
|
Eugene Vigdorchik
|
a1e42f659c
|
Merge branch 'master' of github.com:jboner/akka
|
2012-01-18 12:30:25 +04:00 |
|
Eugene Vigdorchik
|
16c41269bd
|
Brought multi-jvm testing doc up-to-date.
|
2012-01-18 12:28:49 +04:00 |
|
Patrik Nordwall
|
49de4eaac2
|
DOC: Fixed wrong log samples in migration guide
|
2012-01-18 09:27:11 +01:00 |
|
Eugene Vigdorchik
|
e5a8b7ae92
|
Add schoir description.
|
2012-01-18 12:22:11 +04:00 |
|
Patrik Nordwall
|
517fceae34
|
Adjust pool size of default-dispatcher. See #1654
* Changed reference.conf
core-pool-size-min = 6
core-pool-size-factor = 3.0
core-pool-size-max = 64
max-pool-size-min = 6
max-pool-size-factor = 3.0
max-pool-size-max = 64
* Limited to smaller pool size in AkkaSpec
* Adjusted some tests that needed more threads
|
2012-01-17 17:28:57 +01:00 |
|
Roland Kuhn
|
d62902c43c
|
fix a few typos in ActorSystem’s scaladoc. We need those compiled snippets NOW.
|
2012-01-17 15:58:34 +01:00 |
|
patriknw
|
2e6061b411
|
Merge pull request #220 from jboner/wip-1606-remote-routers-patriknw
Handle remote routers transparently
|
2012-01-17 06:56:42 -08:00 |
|
viktorklang
|
c71514bc73
|
Merge pull request #219 from jboner/wip-1650-Future-or-√
Fixing ticket #1650
|
2012-01-17 06:56:31 -08:00 |
|
Roland Kuhn
|
adb2c8233d
|
Merge pull request #195 from mjkrumlauf/patch-1
Javadoc modification: Changed system.actorOf(classOf[MyActor]) to system...
|
2012-01-17 06:55:23 -08:00 |
|
Viktor Klang
|
3f0b1772c8
|
Simplified the test cases for Future.or
|
2012-01-17 15:54:56 +01:00 |
|
Patrik Nordwall
|
d95e0629b5
|
Removed the RoutedActorRef from RouteeProvider constructor. See #1606
|
2012-01-17 15:53:12 +01:00 |
|
Viktor Klang
|
a019c9e8a6
|
Adding tests for the chaining
|
2012-01-17 15:36:24 +01:00 |
|
Viktor Klang
|
24a6a66ca0
|
Making sure that if the second Future fails, the returned future also fails
|
2012-01-17 15:31:59 +01:00 |
|
Viktor Klang
|
bfd11ad8c5
|
Removing nodename
|
2012-01-17 15:25:26 +01:00 |
|
Patrik Nordwall
|
387ffe1bce
|
Limit of default-dispatcher pool size, since we run tests in parallel
|
2012-01-17 15:23:13 +01:00 |
|
Patrik Nordwall
|
21ec737b4c
|
Should have been in previous merge commit
|
2012-01-17 14:58:31 +01:00 |
|
Patrik Nordwall
|
74382c156a
|
Merge branch 'master' into wip-1606-remote-routers-patriknw
Conflicts:
akka-remote/src/main/scala/akka/routing/RemoteRouters.scala
|
2012-01-17 14:55:10 +01:00 |
|
Viktor Klang
|
5006f96348
|
Moving the creation fo the Create() message to ActorCell
|
2012-01-17 14:51:21 +01:00 |
|
Patrik Nordwall
|
d6708184c6
|
Minor improvements based on feedback. See #1606
|
2012-01-17 14:48:46 +01:00 |
|
Viktor Klang
|
e4b6cfbfbe
|
Revering moving of the Create() message, leave it there ;)
|
2012-01-17 14:39:02 +01:00 |
|
Patrik Nordwall
|
f01b9486aa
|
Removed create-as and corresponding ActorRecipe. See #1511
|
2012-01-17 14:27:51 +01:00 |
|
Viktor Klang
|
fc0eb1de27
|
Changing the semantics of Future.or
|
2012-01-17 14:23:02 +01:00 |
|
Roland
|
e81791cbb6
|
fix dormant bug in Mailbox’s error logging
- actor.actor could potentially be null after a failed restart attempt
- fix one case of baroqueness in FaultHandling.scala
|
2012-01-17 14:07:20 +01:00 |
|
Viktor Klang
|
861d51025b
|
Merge branch 'master' into wip-1650-Future-or-√
|
2012-01-17 13:49:24 +01:00 |
|
Viktor Klang
|
e28f284c3c
|
Removing pointledd use of CORBA from the UUID lib
|
2012-01-17 11:43:40 +01:00 |
|
Viktor Klang
|
5106fd6d4d
|
Removing ClusterName
|
2012-01-17 11:40:26 +01:00 |
|
Viktor Klang
|
dadb25d32b
|
Added an extra test
|
2012-01-17 09:35:54 +01:00 |
|