Commit graph

875 commits

Author SHA1 Message Date
Jan Van Besien
1f4ddfc9fc Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-30 20:43:35 +02:00
Jan Van Besien
901fcd84ea renamed some variables for clarity 2010-03-30 20:43:18 +02:00
Debasish Ghosh
338eea6247 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
Jan Van Besien
308bf20a7d fixed name of dispatcher in log messages 2010-03-30 13:16:36 +02:00
Jan Van Besien
62cdb9fc23 use forward in stead of send when stealing work from another actor 2010-03-30 13:11:03 +02:00
Jan Van Besien
067cc73a8f fixed round robin work stealing algorithm 2010-03-30 11:50:36 +02:00
Jan Van Besien
195157768d javadoc and comments 2010-03-29 14:35:45 +02:00
Jan Van Besien
75aad9da78 fix 2010-03-29 14:19:06 +02:00
Jan Van Besien
e7f4f41309 minor refactoring of the round robin work stealing algorithm 2010-03-29 14:16:53 +02:00
Jan Van Besien
cd6d27cb42 Simplified the round robin scheme 2010-03-29 12:20:57 +02:00
Jan Van Besien
5e315585aa 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
e33c5862bf 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
081e944c09 fixed bug in REST module 2010-03-22 00:01:46 +01:00
Jonas Bonér
9f5b2d8d4b upgrading to multiverse 0.4 2010-03-21 21:50:18 +01:00
Martin Krasser
639bfa7e8d Exclusion of redundant dependencies from distribution. 2010-03-21 19:43:00 +01:00
Martin Krasser
32974392d4 Upgrade of akka-sample-camel to spring-jms 3.0 2010-03-20 16:30:38 +01:00
Viktor Klang
aef25b7517 Fixing akka-rest breakage from Configurator.getInstance 2010-03-20 12:41:35 +01:00
Jonas Bonér
7f7a0485b2 upgraded to 0.7 2010-03-20 11:36:06 +01:00
Jonas Bonér
dedf6c0d19 converted tabs to spaces 2010-03-20 10:56:46 +01:00
Jonas Bonér
1e4904e978 Documented ActorRegistry and stablelized subscription API 2010-03-20 10:55:59 +01:00
Jonas Bonér
f187f68720 Cleaned up build file 2010-03-20 10:54:52 +01:00
Jonas Bonér
008506537d merged in the spring branch 2010-03-20 10:43:23 +01:00
Jonas Bonér
c02172417c added line count script 2010-03-20 10:16:22 +01:00
Jonas Bonér
7b7013c1fa Improved Agent doc 2010-03-20 10:15:58 +01:00
Jonas Bonér
3259ef4992 Merge branch 'master' of git@github.com:jboner/akka 2010-03-20 09:50:08 +01:00
Jonas Bonér
3c29ced378 Added tests to AgentTest and cleaned up Agent 2010-03-20 09:49:59 +01:00
Martin Krasser
56e733bead Extension/rewriting of remaining unit and functional tests 2010-03-20 09:20:01 +01:00
Martin Krasser
1c215c6697 traits for configuring producer behaviour 2010-03-20 09:14:16 +01:00
Martin Krasser
aea05a1a76 Extension/rewrite of CamelService unit and functional tests 2010-03-19 14:07:54 +01:00
Jan Van Besien
673bb2b8bb 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
84b7566d34 Merge branch 'master' into workstealing 2010-03-19 09:02:05 +01:00
Martin Krasser
088d085980 camel-cometd example disabled 2010-03-19 08:14:00 +01:00
Martin Krasser
a96c6c499f Fix for InstantiationException on Kernel startup 2010-03-19 08:06:34 +01:00
Martin Krasser
50b8f55f6d Fixed issue with file URL to embedded repository on Windows. 2010-03-18 21:20:48 +01:00
Martin Krasser
92b71dc4b7 Merge branch 'master' of github.com:jboner/akka 2010-03-18 16:37:09 +01:00
Martin Krasser
0e9be44661 extension/rewrite of actor component unit and functional tests 2010-03-18 16:34:08 +01:00
Jan Van Besien
7a04709aec Merge branch 'master' into workstealing 2010-03-18 10:14:01 +01:00
Jonas Bonér
b2eeffe6a1 Fixed problem with Agent, now tests pass 2010-03-18 09:00:06 +01:00
Jonas Bonér
e9df98c945 Changed Supervisors actor map to hold a list of actors per class entry 2010-03-18 08:37:44 +01:00
Debasish Ghosh
e065817136 added new jar 1.2-SNAPSHOT for redisclient 2010-03-18 11:00:02 +05:30
Debasish Ghosh
b8c594e3af added support for Redis based SortedSet persistence in Akka transactors 2010-03-18 10:51:22 +05:30
Jonas Bonér
3e106a4cd8 tabs -> spaces 2010-03-17 22:48:12 +01:00
Jan Van Besien
f3fc74edca 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
8646c1f6bc Refactored Serializer 2010-03-17 21:49:18 +01:00
Jonas Bonér
01ea070961 reformatted patterns code 2010-03-17 17:48:46 +01:00
Jonas Bonér
4f761d5b3d Merge branch 'master' of git@github.com:jboner/akka 2010-03-17 17:47:44 +01:00
Jonas Bonér
7104076f04 Created an alias to TransactionalRef; Ref 2010-03-17 17:43:49 +01:00
Jonas Bonér
63c6db32c6 Fixed typo in docs. 2010-03-17 08:20:46 -07:00
Jonas Bonér
0736613319 Updated how to run the sample docs. 2010-03-17 08:19:56 -07:00
Jonas Bonér
3ed20bdc0f Updated README with new running procedure 2010-03-17 08:17:18 -07:00