Viktor Klang
|
da660aa32f
|
merge with master
|
2009-12-17 20:57:57 +01:00 |
|
Jonas Bonér
|
4fff133833
|
Removed MessageBodyWriter causing problems + added a Compression class with support for LZF compression and uncomression + added new flag to Actor defining if actor is currently dead
|
2009-12-17 19:29:54 +01:00 |
|
Viktor Klang
|
b6c7704d82
|
Merge branch 'master' of git@github.com:jboner/akka
|
2009-12-16 23:35:49 +01:00 |
|
Jonas Bonér
|
b0991bf32c
|
renamed 'nio' package to 'remote'
|
2009-12-16 23:20:15 +01:00 |
|
Viktor Klang
|
f726088778
|
Fixing Jersey resources shading
|
2009-12-16 21:39:21 +01:00 |
|
Jonas Bonér
|
c87812aac1
|
fixed broken runtime name of threads + added Transactor trait to some samples
|
2009-12-15 23:25:10 +01:00 |
|
Jonas Bonér
|
3a069f0e86
|
minor edits
|
2009-12-15 20:38:53 +01:00 |
|
Jonas Bonér
|
3de9af9c6b
|
Moved {AllForOneStrategy, OneForOneStrategy, FaultHandlingStrategy} from 'actor' to 'config'
|
2009-12-15 19:00:10 +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 |
|
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 |
|
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
|
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
|
1afe9e80a8
|
Added jersey.version and atmosphere.version and fixed jersey broadcaster bug
|
2009-12-02 22:42:05 +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 |
|
jboner
|
691dbb82df
|
fixed type in rabbitmq pom file in embedded repo
|
2009-12-02 09:33:41 +01:00 |
|
jboner
|
e5f232badc
|
added memory footprint test
|
2009-12-01 10:09:29 +01:00 |
|
jboner
|
7b1bae36a8
|
Added trapExceptions to declarative supervisor configuration
|
2009-11-30 21:22:24 +01:00 |
|
jboner
|
72eda9780f
|
Fixed issue #35: @transactionrequired as config element in declarative config
|
2009-11-30 20:19:30 +01:00 |
|
jboner
|
b61c843480
|
Merge branch 'master' of git@github.com:jboner/akka
|
2009-11-30 18:42:43 +01:00 |
|
jboner
|
879512a4bd
|
edit of logging
|
2009-11-30 18:42:36 +01:00 |
|
ross.mcdonald
|
20aac72924
|
typos in modified actor
|
2009-11-30 16:32:36 +00:00 |
|
jboner
|
ce171e0011
|
added PersistentMap.newMap(id) and PersistinteMap.getMap(id) for Map, Vector and Ref
|
2009-11-30 10:11:52 +01:00 |
|
jboner
|
7ddc2d89a3
|
shaped up scaladoc for transaction
|
2009-11-26 20:37:49 +01:00 |
|
jboner
|
6677370031
|
improved anonymous actor and atomic block syntax
|
2009-11-26 16:52:33 +01:00 |
|