Commit graph

881 commits

Author SHA1 Message Date
Jan Van Besien
3dcd319fdc Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-31 13:15:44 +02:00
Michael Kober
9cf5121649 Merge branch 'spring-dispatcher' 2010-03-31 09:35:41 +02:00
Jan Van Besien
b710737262 Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-31 08:59:02 +02:00
Viktor Klang
6d6fc79919 Fixed reported exception in Akka-Security 2010-03-30 22:10:49 +02:00
Viktor Klang
edbd5c15e9 Added missing dependency 2010-03-30 21:20:01 +02:00
Jan Van Besien
6272f71357 Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-30 20:43:35 +02:00
Jan Van Besien
831a71dd70 renamed some variables for clarity 2010-03-30 20:43:18 +02:00
Debasish Ghosh
e76cb00495 upgraded redisclient to version 1.2: includes api name changes for conformance with redis server (earlier ones deprecated). Also an implementation of Deque that can be used for Durable Q in actors 2010-03-30 23:13:12 +05:30
Michael Kober
da325c9804 added spring dispatcher configuration 2010-03-30 16:38:29 +02:00
Jan Van Besien
abcaef521b fixed name of dispatcher in log messages 2010-03-30 13:16:36 +02:00
Jan Van Besien
b0b3e2f8ac use forward in stead of send when stealing work from another actor 2010-03-30 13:11:03 +02:00
Jan Van Besien
fb1f679cec fixed round robin work stealing algorithm 2010-03-30 11:50:36 +02:00
Jan Van Besien
a5e50d6dfa javadoc and comments 2010-03-29 14:35:45 +02:00
Jan Van Besien
0fa8585da0 fix 2010-03-29 14:19:06 +02:00
Jan Van Besien
d1ad3f6199 minor refactoring of the round robin work stealing algorithm 2010-03-29 14:16:53 +02:00
Jan Van Besien
e60421cba7 Simplified the round robin scheme 2010-03-29 12:20:57 +02:00
Jan Van Besien
f1d360b9b2 Merge commit 'upstream/master' into workstealing
Implemented a simple round robin schema for the work stealing dispatcher
2010-03-29 11:02:20 +02:00
Martin Krasser
2b4053c152 force projects to use higher versions of redundant libs instead of only excluding them later. This ensures that unit tests use the same libraries that are included into the distribution. 2010-03-22 07:42:15 +01:00
Jonas Bonér
c2bfb4c0c6 fixed bug in REST module 2010-03-22 00:01:46 +01:00
Jonas Bonér
919e1e3a30 upgrading to multiverse 0.4 2010-03-21 21:50:18 +01:00
Martin Krasser
4836bf2d1e Exclusion of redundant dependencies from distribution. 2010-03-21 19:43:00 +01:00
Martin Krasser
8255831a38 Upgrade of akka-sample-camel to spring-jms 3.0 2010-03-20 16:30:38 +01:00
Viktor Klang
6ce938308f Fixing akka-rest breakage from Configurator.getInstance 2010-03-20 12:41:35 +01:00
Jonas Bonér
ba3c3ba91e upgraded to 0.7 2010-03-20 11:36:06 +01:00
Jonas Bonér
9fdc29fd3e converted tabs to spaces 2010-03-20 10:56:46 +01:00
Jonas Bonér
ae4d9d8876 Documented ActorRegistry and stablelized subscription API 2010-03-20 10:55:59 +01:00
Jonas Bonér
5dad9025ba Cleaned up build file 2010-03-20 10:54:52 +01:00
Jonas Bonér
8e84bd5148 merged in the spring branch 2010-03-20 10:43:23 +01:00
Jonas Bonér
a3f7fb1c20 added line count script 2010-03-20 10:16:22 +01:00
Jonas Bonér
aeea8d38dc Improved Agent doc 2010-03-20 10:15:58 +01:00
Jonas Bonér
cfa97cd487 Merge branch 'master' of git@github.com:jboner/akka 2010-03-20 09:50:08 +01:00
Jonas Bonér
fba843e02d Added tests to AgentTest and cleaned up Agent 2010-03-20 09:49:59 +01:00
Martin Krasser
13b9d1bcc1 Extension/rewriting of remaining unit and functional tests 2010-03-20 09:20:01 +01:00
Martin Krasser
b0fa275041 traits for configuring producer behaviour 2010-03-20 09:14:16 +01:00
Martin Krasser
036f79f040 Extension/rewrite of CamelService unit and functional tests 2010-03-19 14:07:54 +01:00
Jan Van Besien
d37b82ba24 Don't allow two different actors (different types) to share the same work stealing dispatcher. Added unit test. 2010-03-19 13:49:49 +01:00
Jan Van Besien
fe0849d881 Merge branch 'master' into workstealing 2010-03-19 09:02:05 +01:00
Martin Krasser
8ebb13a557 camel-cometd example disabled 2010-03-19 08:14:00 +01:00
Martin Krasser
1e69215710 Fix for InstantiationException on Kernel startup 2010-03-19 08:06:34 +01:00
Martin Krasser
61aa156ff9 Fixed issue with file URL to embedded repository on Windows. 2010-03-18 21:20:48 +01:00
Martin Krasser
d453aabcda Merge branch 'master' of github.com:jboner/akka 2010-03-18 16:37:09 +01:00
Martin Krasser
c8a7b3c6a9 extension/rewrite of actor component unit and functional tests 2010-03-18 16:34:08 +01:00
Jan Van Besien
eff1cd3f58 Merge branch 'master' into workstealing 2010-03-18 10:14:01 +01:00
Jonas Bonér
79bfc4e446 Fixed problem with Agent, now tests pass 2010-03-18 09:00:06 +01:00
Jonas Bonér
1f13030f90 Changed Supervisors actor map to hold a list of actors per class entry 2010-03-18 08:37:44 +01:00
Debasish Ghosh
d50bfe9d89 added new jar 1.2-SNAPSHOT for redisclient 2010-03-18 11:00:02 +05:30
Debasish Ghosh
02e6f5895a added support for Redis based SortedSet persistence in Akka transactors 2010-03-18 10:51:22 +05:30
Jonas Bonér
86e656d416 tabs -> spaces 2010-03-17 22:48:12 +01:00
Jan Van Besien
c253faac52 only allow actors of the same type to be registered with a work stealing dispatcher. 2010-03-17 22:04:04 +01:00
Jonas Bonér
3010cd1aa2 Refactored Serializer 2010-03-17 21:49:18 +01:00