Commit graph

478 commits

Author SHA1 Message Date
Viktor Klang
718e4e1c77 Merge branch 'master' into Atmosphere0.5 2009-12-15 19:58:58 +01:00
Viktor Klang
8f6c217f94 Merge branch 'master' of git@github.com:jboner/akka 2009-12-15 19:58:16 +01:00
Jonas Bonér
ca3aa0f1c0 cleaned up kernel module pom.xml 2009-12-15 16:59:08 +01:00
Jonas Bonér
1411565a73 updated changes.xml 2009-12-15 12:21:15 +01:00
Jonas Bonér
f9ac8c3864 added test timeout 2009-12-15 11:50:33 +01:00
Jonas Bonér
b8eea97ecc Fixed bug in event-driven dispatcher + fixed bug in makeRemote when run on a remote instance 2009-12-15 10:31:24 +01:00
Jonas Bonér
c1e74fb2ab Fixed bug with starting actors twice in supervisor + moved init method in actor into isRunning block + ported DataFlow module to akka actors 2009-12-15 07:44:48 +01:00
Mikael Högqvist
9b2e32e985 - added remote actor reply changes 2009-12-14 19:31:46 +01:00
Mikael Högqvist
19e5c7399e Merge branch 'remotereply'
Conflicts:
	akka-actors/src/main/scala/actor/Actor.scala
2009-12-14 19:28:11 +01:00
Mikael Högqvist
2b593785d9 - Support for implicit sender with remote actors (fixes Issue #71)
- The RemoteServer and RemoteClient was modified to support a clean shutdown when testing using multiple remote servers
2009-12-14 19:22:37 +01:00
Eckart Hertzler
71b733983f add a jersey MessageBodyWriter that serializes scala lists to JSON arrays 2009-12-14 17:57:47 +01:00
Jonas Bonér
42be7194be removed the Init(config) life-cycle message and the config parameters to pre/postRestart instead calling init right after start has been invoked for doing post start initialization 2009-12-14 14:13:11 +01:00
Jonas Bonér
1db8c8cafd fixed bug in dispatcher 2009-12-14 07:56:25 +01:00
Viktor Klang
a714495a77 removed wrongly added module 2009-12-13 22:26:35 +01:00
Viktor Klang
87435a18df Merged with master and refined API 2009-12-13 20:25:55 +01:00
Viktor Klang
1c3380a818 Merge branch 'master' into Atmosphere0.5 2009-12-13 20:25:27 +01:00
Viktor Klang
113a0af49b Upgrading to latest Atmosphere API 2009-12-13 20:05:55 +01:00
Viktor Klang
ca0046fcd8 Merge branch 'master' of git@github.com:jboner/akka 2009-12-13 15:40:49 +01:00
Jonas Bonér
54653e4642 Merge branch 'master' of git@github.com:jboner/akka 2009-12-13 12:39:33 +01:00
Jonas Bonér
c955ac9ac5 removed fork-join scheduler 2009-12-13 12:39:20 +01:00
Jonas Bonér
7ea53e1c44 Rewrote new executor based event-driven dispatcher to use actor-specific mailboxes 2009-12-13 12:29:18 +01:00
Jonas Bonér
2b2f03729e Rewrote the dispatcher APIs and internals, now event-based dispatchers are 10x faster and much faster than Scala Actors. Added Executor and ForkJoin based dispatchers. Added a bunch of dispatcher tests. Added performance test 2009-12-11 16:37:44 +01:00
Jonas Bonér
b5c9c6a57f refactored dispatcher invocation API 2009-12-11 06:44:59 +01:00
Jonas Bonér
4c685a240f added forward method to Actor, which forwards the message and maintains the original sender 2009-12-11 06:29:05 +01:00
Viktor Klang
423ee7b305 Adding the cluster module skeleton 2009-12-09 23:30:59 +01:00
Viktor Klang
be21c774e4 Fixing comet support 2009-12-09 22:59:23 +01:00
Viktor Klang
f82f39398e Merge branch 'master' of git@github.com:jboner/akka 2009-12-09 21:59:27 +01:00
Viktor Klang
af00a6b7b1 Upgraded API for Jersey and Atmosphere 2009-12-09 21:53:11 +01:00
Viktor Klang
3985a642db Merge branch 'master' into Atmosphere0.5 2009-12-09 20:57:29 +01:00
debasishg
84373454a0 Upgraded MongoDB Java driver to 1.0 and fixed API incompatibilities 2009-12-09 00:09:38 +05:30
Jonas Bonér
81a0e9473a fixed actor bug related to hashcode 2009-12-08 16:17:22 +01:00
Jonas Bonér
753bcd5c66 fixed bug in storing user defined Init(config) in Actor 2009-12-08 10:08:29 +01:00
Jonas Bonér
708a9e39fa changed actor message type from AnyRef to Any 2009-12-08 08:51:10 +01:00
Jonas Bonér
b01df1e11b added memory footprint test + added shutdown method to Kernel + added ActorRegistry.shutdownAll to shut down all actors 2009-12-07 20:26:22 +01:00
Jonas Bonér
46b42d3c78 Merge branch 'master' of git@github.com:jboner/akka 2009-12-07 08:13:49 +01:00
Jonas Bonér
9cd836cfce merged after reimpl of persistence API 2009-12-07 08:13:34 +01:00
Jonas Bonér
5edc93315d refactoring of persistence implementation and its api 2009-12-07 06:51:49 +01:00
Jonas Bonér
310742a22d fixed bug in anon actor 2009-12-05 21:03:07 +01:00
Viktor Klang
89722946d3 Merge branch 'master' into Atmosphere0.5 2009-12-03 20:10:24 +01:00
Viktor Klang
10c117e848 Upgrading to Grizzly 1.9.18-i 2009-12-03 20:08:41 +01:00
Jonas Bonér
730cc9176a Merge branch 'master' of git@github.com:jboner/akka 2009-12-03 15:59:09 +01:00
jboner
7ad879d86f minor reformatting 2009-12-03 09:14:39 +01:00
Viktor Klang
98c4baebac Tweaked Jersey version 2009-12-02 23:02:37 +01:00
Viktor Klang
4d8d09f1af Fixed deps 2009-12-02 22:48:13 +01:00
Viktor Klang
1afe9e80a8 Added jersey.version and atmosphere.version and fixed jersey broadcaster bug 2009-12-02 22:42:05 +01:00
Viktor Klang
32622644fe Fixed JErsey broadcaster issue 2009-12-02 21:29:34 +01:00
Viktor Klang
ae0e0e1e0f Added version 2009-12-02 21:08:29 +01:00
Viktor Klang
86ac72ad3b Merge commit 'origin/master' into Atmosphere0.5 2009-12-02 20:21:29 +01:00
jboner
d64d2fbe76 fixed bug in start/spawnLink, now atomic 2009-12-02 13:46:03 +01:00
jboner
04f9afab31 removed unused jars in embedded repo, added to changes.xml 2009-12-02 10:44:31 +01:00