Commit graph

2597 commits

Author SHA1 Message Date
Jonas Bonér
903ce01e03 Fixed bug in startLink and friends + Added cryptographically secure cookie generator 2010-10-26 09:29:04 +02:00
Martin Krasser
aa586ea718 Upgrade to Camel 2.5 release candidate 2 2010-10-26 07:48:41 +02:00
ticktock
d3af697874 Refactoring KVStoragebackend such that it is possible to create a Cassandra based impl 2010-10-25 21:08:42 -04:00
ticktock
4752475922 adding compatibility tests for cassandra (failing currently) and refactor KVStorageBackend to make some functionality easier to get at 2010-10-25 20:03:21 -04:00
ticktock
3706ef0cbf Making PersistentVector.pop required, removed support for it being optional 2010-10-25 17:26:42 -04:00
Viktor Klang
29791593f0 Fixing a cranky compiler whine on a match statement 2010-10-25 18:21:22 +02:00
Viktor Klang
f11d33953f Making ThreadBasedDispatcher Unbounded if no capacity specced and fix a possible mem leak in it 2010-10-25 18:20:29 +02:00
Viktor Klang
b0001eafa9 Handling Interrupts for ThreadBasedDispatcher, EBEDD and EBEDWSD 2010-10-25 17:15:32 +02:00
Viktor Klang
6a118f8997 Merge branch 'wip-rework_dispatcher_config' 2010-10-25 16:33:08 +02:00
Viktor Klang
d80dcfb7be Updating Netty to 3.2.3, closing ticket #495 2010-10-25 16:28:18 +02:00
Viktor Klang
2e1019ad7c Merge branch 'master' of github.com:jboner/akka into wip-rework_dispatcher_config 2010-10-25 16:12:34 +02:00
Viktor Klang
e1fa9ebe2d added more tests and fixed corner case to TypedActor Option return value 2010-10-25 16:12:10 +02:00
Viktor Klang
4bbe8f77e8 Closing ticket #471 2010-10-25 15:32:54 +02:00
Viktor Klang
79ea0f8c3f Adding a flooding test to reproduce error reported by user 2010-10-25 14:26:12 +02:00
Viktor Klang
dc958f6942 Added the ActorModel specification to HawtDispatcher and EBEDWSD 2010-10-25 13:52:27 +02:00
Viktor Klang
af1f4e92e6 Added tests for suspend/resume 2010-10-25 13:32:40 +02:00
Viktor Klang
ac241e329f Added test for dispatcher parallelism 2010-10-25 13:09:14 +02:00
Viktor Klang
74df2a851d Adding test harness for ActorModel (Dispatcher), work-in-progress 2010-10-25 12:51:13 +02:00
Viktor Klang
d694f85e61 Merge branch 'master' of github.com:jboner/akka into wip-rework_dispatcher_config 2010-10-25 09:34:23 +02:00
Viktor Klang
dd7a062017 Closing ticket #460 2010-10-25 01:46:42 +02:00
ticktock
9b392fa7f9 updating common tests so that impls that dont support pop wont fail 2010-10-24 19:39:53 -04:00
ticktock
6a55e0cb3a 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
Viktor Klang
6b7c2fcf46 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
3beb1a550a 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
ticktock
a0195efa6f 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
Martin Krasser
dcde8373b2 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
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
b80fb9096a 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
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
3e286cc95d 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
Viktor Klang
a0b8d6cc43 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
58df0dc82f 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
c546f00b79 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
f1f439269f 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
Martin Krasser
d1753b8a23 Closes #479. Do not register listeners when CamelService is turned off by configuration 2010-10-21 16:58:39 +02:00
Viktor Klang
a6d3b0be54 Changes publication from sourcess to sources 2010-10-21 11:00:10 +02:00
Jonas Bonér
d25d83d298 Merge branch 'master' of git@github.com:jboner/akka 2010-10-21 10:19:45 +02:00
Jonas Bonér
50bb069885 Made Format serializers serializable 2010-10-21 08:18:51 +02:00
momania
ce72e585d2 Merge branch 'master' of git-proxy:jboner/akka 2010-10-20 15:06:09 +02:00