Commit graph

75 commits

Author SHA1 Message Date
Jonas Bonér
bb4945b0a6 Renamed packages in the whole project to be OSGi-friendly, A LOT of breaking changes 2010-03-11 08:53:27 +01:00
Jonas Bonér
14579aaaab fixed bug in using akka as dep jar in app server 2010-03-07 08:35:39 +01:00
Jonas Bonér
f084e6e076 removed log.trace that gave bad perf 2010-03-05 17:44:11 +01:00
Jonas Bonér
90f8eb3be1 merged with master 2010-03-05 16:15:13 +01:00
Viktor Klang
2519db5aed Fixing a bug in JGroupsClusterActor 2010-03-04 23:25:55 +01:00
Jonas Bonér
dc884020f3 Redis tests now passes with new STM + misc minor changes to Cluster 2010-03-04 19:02:23 +01:00
Eckart Hertzler
45e40f66ee shutdown (and unbind) Remote Server even if the remoteServerThread is not alive 2010-03-03 20:06:06 +01:00
Jonas Bonér
c3fef4e1bc 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
215e6c7f48 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
Viktor Klang
7c6138ac08 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
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
7babcc9d54 fixed bug in aspect registry 2010-02-28 08:51:11 +01:00
Jonas Bonér
b4a46016eb fixed bug with init of tx datastructs + changed actor id management 2010-02-26 17:42:44 +01:00
Jonas Bonér
2e81ac1f86 Upgraded to Multiverse 0.4 and its 2PC CommitBarriers, all tests pass 2010-02-26 16:25:42 +01:00
Jonas Bonér
4efb212841 renamed actor api 2010-02-23 11:15:37 +01:00
Jonas Bonér
f03ecb6ae9 Added "def !!!: Future" to Actor + Futures.* with util methods 2010-02-23 10:06:06 +01:00
Jonas Bonér
7a40f1a8cd upgraded to multiverse 0.4-SNAPSHOT 2010-02-22 13:22:10 +01:00
Jonas Bonér
e361b9de5d added auto shutdown of "spawn" 2010-02-19 13:45:18 +01:00
Jonas Bonér
398bff0142 fixed bug with "spawn" 2010-02-18 21:57:06 +01:00
Jonas Bonér
a630266551 added check that transactional ref is only touched within a transaction 2010-02-17 22:18:14 +01:00
Jonas Bonér
f4572a7e85 added possibility to register a remote actor by explicit handle id 2010-02-17 15:32:17 +01:00
Jonas Bonér
faab24d3e9 Merge branch 'master' of git@github.com:jboner/akka 2010-02-17 15:02:40 +01:00
Debasish Ghosh
c871e0184c 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
21f7df204e Added foreach to Cluster 2010-02-16 23:52:45 +01:00
Jonas Bonér
680a6058dd added some methods to the AspectRegistry 2010-02-16 17:10:32 +01:00
Jonas Bonér
41766bef22 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
8fb281f4b0 Deployment class loader now inhertits from system class loader 2010-02-16 09:39:56 +01:00
Jonas Bonér
6aebe4b9ba converted tabs to spaces 2010-02-15 18:41:20 +01:00
Jonas Bonér
675101cc82 Added clean automatic shutdown of RemoteClient, based on reference counting + fixed bug in shutdown of RemoteClient 2010-02-15 16:21:26 +01:00
Viktor Klang
fa009e4353 Now requiring Cluster to be started and shut down manually when used outside of the Kernel 2010-02-03 20:55:42 +01:00
Viktor Klang
1d6f472714 Added more documentation 2010-01-28 21:02:07 +01:00
Viktor Klang
4c778c386e Removed WS and de-commented enforcer 2010-01-28 00:05:41 +01:00
Viktor Klang
56ac30aa2e Created BasicClusterActor 2010-01-27 01:32:27 +01:00
Viktor Klang
e77b10c666 Compiles... :) 2010-01-27 01:13:31 +01:00
Viktor Klang
bfae9ec580 merge with master 2010-01-20 22:02:10 +01:00
Viktor Klang
5ff3ab1a15 Deactored Sender 2010-01-20 21:40:21 +01:00
Viktor Klang
c1fe41f8ff Minor code refresh 2010-01-18 22:33:29 +01:00
Viktor Klang
152f032120 Merge branch 'cluster_restructure' 2010-01-16 22:21:57 +01:00
Viktor Klang
1751fded84 Actor now uses default contact address for makeRemote 2010-01-16 21:56:32 +01:00
Viktor Klang
6af106dd1a Cleanup 2010-01-14 23:05:26 +01:00
Viktor Klang
02a859e551 Moved the cluster impls to their own modules 2010-01-11 22:36:57 +01:00
Viktor Klang
fee16e42a4 Added some FIXMEs for 2.8 migration 2010-01-09 19:47:19 +01:00
Jonas Bonér
7366b359a0 dos2unix formatting 2010-01-05 10:27:14 +01:00
Jonas Bonér
f98d61811e Updated pom.xml files to new dedicated Atmosphere and Jersey JARs 2010-01-05 08:57:12 +01:00
Jonas Bonér
7c7d32d226 Fixed issue with shutting down cluster correctly + Improved chat sample README 2010-01-04 21:54:54 +01:00
Jonas Bonér
3adf348a10 Fixed bug with not shutting down remote node cluster correctly 2010-01-02 11:03:06 +01:00
Jonas Bonér
fd2af286e5 Fixed bug in shutdown management of global event-based dispatcher 2010-01-02 08:40:09 +01:00