Jan Van Besien
|
b52ed9bec0
|
added todo
|
2010-03-04 10:01:12 +01:00 |
|
Jan Van Besien
|
e708741c39
|
Merge commit 'upstream/master'
|
2010-03-04 09:32:31 +01:00 |
|
Jan Van Besien
|
3442677024
|
Had to remove the withLock method, otherwize java.lang.AbstractMethodError at runtime. The work stealing now actually works and gives a real improvement. Actors seem to be stealing work multiple times (going back and forth between actors) though... might need to tweak that.
|
2010-03-03 23:26:33 +01:00 |
|
Jan Van Besien
|
389004c7fa
|
replaced synchronization in actor with explicit lock. Use tryLock in the dispatcher to give up immediately when the lock is already held.
|
2010-03-03 22:55:46 +01:00 |
|
Eckart Hertzler
|
259b6c21bf
|
shutdown (and unbind) Remote Server even if the remoteServerThread is not alive
|
2010-03-03 20:06:06 +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
|
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
|
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 |
|
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
|
11cc8f2a22
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-03-02 21:10:35 +01:00 |
|
Debasish Ghosh
|
36a9665828
|
upgraded version in pom to 1.1
|
2010-03-02 12:59:02 +05:30 |
|
Debasish Ghosh
|
3017f2cdd7
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-03-02 12:17:43 +05:30 |
|
Debasish Ghosh
|
10aaf553a1
|
upgraded redisclient to 1.1 - api changes, refactorings
|
2010-03-02 12:14:29 +05:30 |
|
Viktor Klang
|
9cfefa09d6
|
Fix for link(..)
|
2010-03-02 00:20:23 +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 |
|
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 |
|
Jonas Bonér
|
9cea01dce1
|
fixed bug in aspect registry
|
2010-02-28 08:51:11 +01:00 |
|
Jonas Bonér
|
8718f5bbfe
|
fixed bug with init of tx datastructs + changed actor id management
|
2010-02-26 17:42:44 +01:00 |
|
Jonas Bonér
|
32ec3b6567
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-02-23 10:06:38 +01:00 |
|
Jonas Bonér
|
3edbc165f6
|
Added "def !!!: Future" to Actor + Futures.* with util methods
|
2010-02-23 10:06:06 +01:00 |
|
Viktor Klang
|
c52b0b0087
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-02-22 21:41:53 +01:00 |
|
Viktor Klang
|
0d83c79548
|
Cleanup
|
2010-02-22 21:41:38 +01:00 |
|
Eckart Hertzler
|
009b65c666
|
added plain english aliases for methods in CassandraSession
make surefire pick up the cassandra-persistence tests and test them against an embedded cassandra instance
|
2010-02-21 11:29:00 +01:00 |
|
Jonas Bonér
|
4e8611f4ed
|
added auto shutdown of "spawn"
|
2010-02-19 13:45:18 +01:00 |
|
Debasish Ghosh
|
1093451dd7
|
transactional storage access has to be through lazy vals: changed in Redis test cases
|
2010-02-19 17:45:44 +05:30 |
|
Jonas Bonér
|
421e87b8d9
|
fixed bug with "spawn"
|
2010-02-18 21:57:06 +01:00 |
|
Jonas Bonér
|
f762be61bc
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-02-17 22:18:31 +01:00 |
|
Jonas Bonér
|
671ed5bf7e
|
added check that transactional ref is only touched within a transaction
|
2010-02-17 22:18:14 +01:00 |
|
Jonas Bonér
|
f97ebfa43c
|
|
2010-02-17 10:44:26 -07:00 |
|
Jonas Bonér
|
7d7518b13d
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-02-17 15:32:36 +01:00 |
|
Jonas Bonér
|
d76d69f620
|
added possibility to register a remote actor by explicit handle id
|
2010-02-17 15:32:17 +01:00 |
|
Eckart Hertzler
|
a73b66a9c7
|
upgrade cassandra to 0.5.0
|
2010-02-17 15:25:35 +01:00 |
|
Jonas Bonér
|
963d76beae
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-02-17 15:02:40 +01:00 |
|
Jonas Bonér
|
d8636b46f7
|
added sample for new server-initated remote actors
|
2010-02-17 15:02:09 +01:00 |
|
Eckart Hertzler
|
a6806b7d50
|
remove old and unused 'storage-format' config element for cassandra storage
|
2010-02-17 14:10:10 +01:00 |
|
Debasish Ghosh
|
db1d963442
|
fixed bug in Serializer API, added a sample test case for Serializer, added a new jar for sjson to embedded_repo
|
2010-02-17 16:02:50 +05:30 |
|
Viktor Klang
|
91b954a90e
|
Added foreach to Cluster
|
2010-02-16 23:52:45 +01:00 |
|
Viktor Klang
|
2597cb2589
|
Restructure loader to accommodate booting from a container
|
2010-02-16 22:46:36 +01:00 |
|
Jonas Bonér
|
ea6274b179
|
fixed failing tests
|
2010-02-16 18:36:16 +01:00 |
|
Jonas Bonér
|
7628831bdb
|
added some methods to the AspectRegistry
|
2010-02-16 17:10:32 +01:00 |
|
Jonas Bonér
|
49a1d93626
|
Added support for server-initiated remote actors with clients getting a dummy handle to the remote actor
|
2010-02-16 15:39:54 +01:00 |
|
Jonas Bonér
|
16d887fc0c
|
Deployment class loader now inhertits from system class loader
|
2010-02-16 09:39:56 +01:00 |
|
Jonas Bonér
|
dd939a00e7
|
converted tabs to spaces
|
2010-02-15 18:41:20 +01:00 |
|
Jonas Bonér
|
96ef70d343
|
Merge branch 'master' of git@github.com:jboner/akka
|
2010-02-15 17:28:01 +01:00 |
|
Jonas Bonér
|
c0bbcc70d2
|
Added clean automatic shutdown of RemoteClient, based on reference counting + fixed bug in shutdown of RemoteClient
|
2010-02-15 16:21:26 +01:00 |
|
ross.mcdonald
|
c368d241c5
|
fixed some readme typo's
|
2010-02-15 15:17:39 +00:00 |
|
Viktor Klang
|
8829ceacbb
|
Merged patterns code into module
|
2010-02-13 21:45:35 +01:00 |
|
Viktor Klang
|
a92a90bb72
|
Added akka-patterns module
|
2010-02-13 21:04:42 +01:00 |
|
Viktor Klang
|
8ffed99893
|
Moving to actor-based broadcasting, atmosphere 0.5.2
|
2010-02-12 22:33:38 +01:00 |
|
Viktor Klang
|
5fa544c975
|
Merge branch 'master' into wip-comet
|
2010-02-12 18:48:34 +01:00 |
|