Commit graph

12466 commits

Author SHA1 Message Date
ticktock
6a55e0cb3a Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-10-24 19:07:11 -04:00
ticktock
1b53de8c11 Merge branch 'master' of github.com:jboner/akka into ticket-443 2010-10-24 19:07:11 -04:00
ticktock
6e45e69df5 Finished off adding vector.pop as an optional operation 2010-10-24 19:04:32 -04:00
ticktock
e4adcbfdd2 Finished off adding vector.pop as an optional operation 2010-10-24 19:04:32 -04:00
Viktor Klang
6b7c2fcf46 Merge branch 'master' into wip-rework_dispatcher_config 2010-10-25 01:03:53 +02:00
Viktor Klang
70168ec2e6 Merge branch 'master' into wip-rework_dispatcher_config 2010-10-25 01:03:53 +02:00
Viktor Klang
bd62b54010 Fixing #492 2010-10-25 00:57:17 +02:00
Viktor Klang
ceeaffd091 Fixing #492 2010-10-25 00:57:17 +02:00
Viktor Klang
3beb1a550a Removed boilerplate, added final optmization 2010-10-25 00:38:48 +02:00
Viktor Klang
b075b80db9 Removed boilerplate, added final optmization 2010-10-25 00:38:48 +02:00
Viktor Klang
ed9ec3f5a7 Rewrote timed shutdown facility, causes less than 5% overhead now 2010-10-25 00:01:31 +02:00
Viktor Klang
a630caecf3 Rewrote timed shutdown facility, causes less than 5% overhead now 2010-10-25 00:01:31 +02:00
ticktock
a0195efa6f initial tests of vector backend remove 2010-10-24 16:51:17 -04:00
ticktock
b5f5c0fa70 initial tests of vector backend remove 2010-10-24 16:51:17 -04:00
Viktor Klang
67ac857d5e Naïve implementation of timeout completed 2010-10-24 21:39:39 +02:00
Viktor Klang
c90580a026 Naïve implementation of timeout completed 2010-10-24 21:39:39 +02:00
Martin Krasser
dcde8373b2 Use a cached JMS ConnectionFactory. 2010-10-24 18:47:28 +02:00
Martin Krasser
ac1343be67 Use a cached JMS ConnectionFactory. 2010-10-24 18:47:28 +02:00
Viktor Klang
d187c2215c Renamed stopAllLinkedActors to stopAllAttachedActors 2010-10-24 16:31:19 +02:00
Viktor Klang
b745f9839d Renamed stopAllLinkedActors to stopAllAttachedActors 2010-10-24 16:31:19 +02:00
Viktor Klang
dbd2db691c Moved active flag into MessageDispatcher and let it handle the callbacks, also fixed race in DataFlowSpec 2010-10-24 16:01:00 +02:00
Viktor Klang
990b933d8f Moved active flag into MessageDispatcher and let it handle the callbacks, also fixed race in DataFlowSpec 2010-10-24 16:01:00 +02:00
Viktor Klang
b80fb9096a Fixing race-conditions, now works albeit inefficiently when adding/removing actors rapidly 2010-10-24 15:22:28 +02:00
Viktor Klang
53e67d6b3e Fixing race-conditions, now works albeit inefficiently when adding/removing actors rapidly 2010-10-24 15:22:28 +02:00
Viktor Klang
594efe9464 Removing unused code and the isShutdown method 2010-10-24 01:18:59 +02:00
Viktor Klang
149d346e5f Removing unused code and the isShutdown method 2010-10-24 01:18:59 +02:00
Viktor Klang
f767215e4b Tests green, config basically in place, need to work on start/stop semantics and countdowns 2010-10-24 00:36:56 +02:00
Viktor Klang
c241703a01 Tests green, config basically in place, need to work on start/stop semantics and countdowns 2010-10-24 00:36:56 +02:00
Viktor Klang
3e286cc95d Merge branch 'master' of github.com:jboner/akka into wip-rework_dispatcher_config 2010-10-23 21:08:23 +02:00
Viktor Klang
4478474681 Merge branch 'master' of github.com:jboner/akka into wip-rework_dispatcher_config 2010-10-23 21:08:23 +02:00
ticktock
c16f0834d2 Initial frontend code to support vector pop, and KVStorageBackend changes to put the scaffolding in place to support this 2010-10-22 20:13:27 -04:00
ticktock
9aa70b9139 Initial frontend code to support vector pop, and KVStorageBackend changes to put the scaffolding in place to support this 2010-10-22 20:13:27 -04:00
Viktor Klang
a0b8d6cc43 WIP 2010-10-22 17:50:48 +02:00
Viktor Klang
3ecb38b5b7 WIP 2010-10-22 17:50:48 +02:00
Martin Krasser
dee1743cb9 Merge branch 'master' into 458-krasserm 2010-10-22 12:57:59 +02:00
Martin Krasser
48c7d391f8 Merge branch 'master' into 458-krasserm 2010-10-22 12:57:59 +02:00
Martin Krasser
58df0dc82f Merge branch '479-krasserm' 2010-10-22 10:49:49 +02:00
Martin Krasser
6f76dc0801 Merge branch '479-krasserm' 2010-10-22 10:49:49 +02:00
ticktock
4a8b93392c Final tweaks to common KVStorageBackend factored out of Riak and Voldemort backends 2010-10-21 22:30:39 -04:00
ticktock
7b56928bca Final tweaks to common KVStorageBackend factored out of Riak and Voldemort backends 2010-10-21 22:30:39 -04:00
ticktock
c546f00b79 Voldemort Tests now working as well as Riak 2010-10-21 22:30:39 -04:00
ticktock
c00aef3591 Voldemort Tests now working as well as Riak 2010-10-21 22:30:39 -04:00
ticktock
aa4a52240a riak working, all vold tests work individually, just not in sequence 2010-10-21 22:30:39 -04:00
ticktock
68d832e97b riak working, all vold tests work individually, just not in sequence 2010-10-21 22:30:39 -04:00
ticktock
f1f439269f refactoring complete, vold tests still acting up 2010-10-21 22:30:39 -04:00
ticktock
e15f926cba refactoring complete, vold tests still acting up 2010-10-21 22:30:39 -04:00
Viktor Klang
7f6a2823ec Improving SupervisorConfig for Java 2010-10-21 19:19:40 +02:00
Viktor Klang
630ccce338 Improving SupervisorConfig for Java 2010-10-21 19:19:40 +02:00
Martin Krasser
d1753b8a23 Closes #479. Do not register listeners when CamelService is turned off by configuration 2010-10-21 16:58:39 +02:00
Martin Krasser
082daa4273 Closes #479. Do not register listeners when CamelService is turned off by configuration 2010-10-21 16:58:39 +02:00