Commit graph

12466 commits

Author SHA1 Message Date
Jan Van Besien
71155bda7a added documentation about the intended thread safety guarantees of the isDispatching flag. 2010-03-03 19:37:50 +01:00
Jan Van Besien
b04e4a4546 added documentation about the intended thread safety guarantees of the isDispatching flag. 2010-03-03 19:37:50 +01:00
Jan Van Besien
e9c6cc104f Forgot these files... seems I have to get use to git a little still ;-) 2010-03-03 19:31:20 +01:00
Jan Van Besien
1eec87085e Forgot these files... seems I have to get use to git a little still ;-) 2010-03-03 19:31:20 +01:00
Jan Van Besien
b0ee1da799 first version of the work stealing idea. Added a dispatcher which considers all actors dispatched in that dispatcher part of the same pool of actors. Added a test to verify that a fast actor steals work from a slower actor. 2010-03-03 19:29:04 +01:00
Jan Van Besien
4ee9078c71 first version of the work stealing idea. Added a dispatcher which considers all actors dispatched in that dispatcher part of the same pool of actors. Added a test to verify that a fast actor steals work from a slower actor. 2010-03-03 19:29:04 +01:00
Viktor Klang
e2c661f34b Toying with manifests 2010-03-03 19:03:21 +01:00
Viktor Klang
5af2dc28fa Toying with manifests 2010-03-03 19:03:21 +01:00
Jonas Bonér
c3fef4e1bc merged with upstream 2010-03-03 12:47:42 +01:00
Jonas Bonér
73a0648292 merged with upstream 2010-03-03 12:47:42 +01:00
Jonas Bonér
309e54d198 Had to revert back to synchronizing on actor when processing mailbox in dispatcher 2010-03-03 12:46:19 +01:00
Jonas Bonér
d46504f72d Had to revert back to synchronizing on actor when processing mailbox in dispatcher 2010-03-03 12:46:19 +01:00
Jonas Bonér
215e6c7f48 Merge branch 'master' of git@github.com:jboner/akka 2010-03-02 21:10:35 +01:00
Jonas Bonér
11cc8f2a22 Merge branch 'master' of git@github.com:jboner/akka 2010-03-02 21:10:35 +01:00
Jonas Bonér
16fe4bc164 merged with upstream 2010-03-02 21:10:20 +01:00
Jonas Bonér
56963200ac merged with upstream 2010-03-02 21:10:20 +01:00
Debasish Ghosh
bae6c9ef28 upgraded redisclient jar to 1.1 2010-03-02 13:26:51 +05:30
Debasish Ghosh
6e97b1577a upgraded redisclient jar to 1.1 2010-03-02 13:26:51 +05:30
Debasish Ghosh
e8e918c0b4 upgraded version in pom to 1.1 2010-03-02 12:59:02 +05:30
Debasish Ghosh
36a9665828 upgraded version in pom to 1.1 2010-03-02 12:59:02 +05:30
Debasish Ghosh
365b18b711 Merge branch 'master' of git@github.com:jboner/akka 2010-03-02 12:17:43 +05:30
Debasish Ghosh
3017f2cdd7 Merge branch 'master' of git@github.com:jboner/akka 2010-03-02 12:17:43 +05:30
Debasish Ghosh
4b7b7132fe upgraded redisclient to 1.1 - api changes, refactorings 2010-03-02 12:14:29 +05:30
Debasish Ghosh
10aaf553a1 upgraded redisclient to 1.1 - api changes, refactorings 2010-03-02 12:14:29 +05:30
Viktor Klang
7c6138ac08 Fix for link(..) 2010-03-02 00:20:23 +01:00
Viktor Klang
9cfefa09d6 Fix for link(..) 2010-03-02 00:20:23 +01:00
Jonas Bonér
15ed113112 improved perf with 25 % + renamed FutureResult -> Future + Added lightweight future factory method 2010-03-01 22:03:17 +01:00
Jonas Bonér
f3a457d4de improved perf with 25 % + renamed FutureResult -> Future + Added lightweight future factory method 2010-03-01 22:03:17 +01:00
Martin Krasser
3b62a7a658 use immutable messages for communication with actors 2010-03-01 13:35:11 +01:00
Martin Krasser
92946a95d9 use immutable messages for communication with actors 2010-03-01 13:35:11 +01:00
Martin Krasser
15b9787ca0 Merge branch 'camel' of github.com:jboner/akka into camel 2010-03-01 09:33:22 +01:00
Martin Krasser
97c02c4791 Merge branch 'camel' of github.com:jboner/akka into camel 2010-03-01 09:33:22 +01:00
Martin Krasser
fb75d2b52b merge branch 'remotes/origin/master' into camel; resolved conflicts in ActorRegistry.scala and ActorRegistryTest.scala; removed initial, commented-out test class. 2010-03-01 06:46:00 +01:00
Martin Krasser
fde7742fd7 merge branch 'remotes/origin/master' into camel; resolved conflicts in ActorRegistry.scala and ActorRegistryTest.scala; removed initial, commented-out test class. 2010-03-01 06:46:00 +01:00
Martin Krasser
94483e102d changed actor URI format, cleanup unit tests. 2010-03-01 06:07:32 +01:00
Martin Krasser
7589121d42 changed actor URI format, cleanup unit tests. 2010-03-01 06:07:32 +01:00
Viktor Klang
85dd185312 Merge branch '2.8-WIP' of git@github.com:jboner/akka into 2.8-WIP 2010-02-28 21:10:24 +01:00
Viktor Klang
f3e1c7b638 Merge branch '2.8-WIP' of git@github.com:jboner/akka into 2.8-WIP 2010-02-28 21:10:24 +01:00
Jonas Bonér
47d19119a5 ActorRegistry: now based on ConcurrentHashMap, now have extensive tests, now has actorFor(uuid): Option[Actor] 2010-02-28 15:56:36 +01:00
Jonas Bonér
f571c07df2 ActorRegistry: now based on ConcurrentHashMap, now have extensive tests, now has actorFor(uuid): Option[Actor] 2010-02-28 15:56:36 +01:00
Martin Krasser
17ffeb3cf9 Fixed actor deregistration-by-id issue and added ActorRegistry unit test. 2010-02-28 09:13:23 +01:00
Martin Krasser
edaad3a165 Fixed actor deregistration-by-id issue and added ActorRegistry unit test. 2010-02-28 09:13:23 +01:00
Jonas Bonér
7babcc9d54 fixed bug in aspect registry 2010-02-28 08:51:11 +01:00
Jonas Bonér
9cea01dce1 fixed bug in aspect registry 2010-02-28 08:51:11 +01:00
Martin Krasser
5ae5e8a927 Merge branch 'master' into camel 2010-02-27 07:48:09 +01:00
Martin Krasser
8620fb8c06 Merge branch 'master' into camel 2010-02-27 07:48:09 +01:00
Martin Krasser
25240d187a Merge branch 'master' into camel 2010-02-27 07:40:57 +01:00
Martin Krasser
10d7c7b63f Merge branch 'master' into camel 2010-02-27 07:40:57 +01:00
Viktor Klang
c14484c977 Merge with master 2010-02-26 21:28:18 +01:00
Viktor Klang
4154a354c6 Merge with master 2010-02-26 21:28:18 +01:00