Commit graph

12466 commits

Author SHA1 Message Date
Jan Van Besien
0ace9a7033 Merge commit 'upstream/master' into workstealing 2010-03-05 15:22:49 +01:00
Jan Van Besien
1ef14ead29 Merge commit 'upstream/master' into workstealing 2010-03-05 15:22:49 +01:00
Jonas Bonér
9705ee52c5 added test filter to filter away all tests that end with Spec 2010-03-05 14:33:14 +01:00
Jonas Bonér
b43793f10e added test filter to filter away all tests that end with Spec 2010-03-05 14:33:14 +01:00
Roman Roelofsen
d52a9cb276 added akka-osgi module to parent pom 2010-03-05 11:51:23 +01:00
Roman Roelofsen
c09d64abf9 added akka-osgi module to parent pom 2010-03-05 11:51:23 +01:00
Roman Roelofsen
879ff02caa Merge commit 'origin/osgi' into osgi 2010-03-05 09:59:38 +01:00
Roman Roelofsen
35d33e3fd2 Merge commit 'origin/osgi' into osgi 2010-03-05 09:59:38 +01:00
Jonas Bonér
4aabc07be2 cleaned up buildfile 2010-03-05 09:17:15 +01:00
Jonas Bonér
6cafadf0e4 cleaned up buildfile 2010-03-05 09:17:15 +01:00
Viktor Klang
2519db5aed Fixing a bug in JGroupsClusterActor 2010-03-04 23:25:55 +01:00
Viktor Klang
8091b6cb26 Fixing a bug in JGroupsClusterActor 2010-03-04 23:25:55 +01:00
Roman Roelofsen
3fff3ad240 Added OSGi proof of concept
Very basic example
Starting point to kick of discussions
2010-03-04 22:53:05 +01:00
Roman Roelofsen
e6c942a30d Added OSGi proof of concept
Very basic example
Starting point to kick of discussions
2010-03-04 22:53:05 +01:00
peter hausel
53d9158825 remove pom files 2010-03-04 22:20:54 +01:00
peter hausel
d60af95811 remove pom files 2010-03-04 22:20:54 +01:00
Jan Van Besien
823747fc1c fixed differences with upstream master. 2010-03-04 21:32:27 +01:00
Jan Van Besien
05969e2f6e fixed differences with upstream master. 2010-03-04 21:32:27 +01:00
Jan Van Besien
d7fa4a6530 Merged with dispatcher improvements. Cleanup unit tests.
Conflicts:
	akka-core/src/main/scala/actor/Actor.scala
	akka-core/src/main/scala/dispatch/ExecutorBasedEventDrivenDispatcher.scala
2010-03-04 21:22:16 +01:00
Jan Van Besien
086a28a590 Merged with dispatcher improvements. Cleanup unit tests.
Conflicts:
	akka-core/src/main/scala/actor/Actor.scala
	akka-core/src/main/scala/dispatch/ExecutorBasedEventDrivenDispatcher.scala
2010-03-04 21:22:16 +01:00
peter hausel
399ee1da50 added remaining projects 2010-03-04 21:07:10 +01:00
peter hausel
a668b5edaf added remaining projects 2010-03-04 21:07:10 +01:00
peter hausel
71b82c5448 new master parent 2010-03-04 21:07:01 +01:00
peter hausel
4c1e69bb37 new master parent 2010-03-04 21:07:01 +01:00
peter hausel
927edd970e second phase 2010-03-04 21:06:55 +01:00
peter hausel
b97b456d26 second phase 2010-03-04 21:06:55 +01:00
peter hausel
81f5f8f07e initial sbt support 2010-03-04 21:06:49 +01:00
peter hausel
1eb647772f initial sbt support 2010-03-04 21:06:49 +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
Jonas Bonér
36c0266a5d Redis tests now passes with new STM + misc minor changes to Cluster 2010-03-04 19:02:23 +01:00
Jan Van Besien
4fa0b5f839 only unlock if locked. 2010-03-04 15:20:52 +01:00
Jan Van Besien
a36411cfb6 only unlock if locked. 2010-03-04 15:20:52 +01:00
Jan Van Besien
390d45e28e Conflicts:
akka-core/src/main/scala/actor/Actor.scala
2010-03-04 15:18:30 +01:00
Jan Van Besien
c7bed400d6 Conflicts:
akka-core/src/main/scala/actor/Actor.scala
2010-03-04 15:18:30 +01:00
Jan Van Besien
3693ac6ec8 remove println's in test 2010-03-04 14:50:11 +01:00
Jan Van Besien
77b44551fd remove println's in test 2010-03-04 14:50:11 +01:00
Jan Van Besien
1e7a6c0838 Release the lock when done dispatching. 2010-03-04 13:00:04 +01:00
Jan Van Besien
a14b104160 Release the lock when done dispatching. 2010-03-04 13:00:04 +01:00
Jan Van Besien
f78b253fbe Improved event driven dispatcher by not scheduling a task for dispatching when another is already busy. 2010-03-04 12:36:57 +01:00
Jan Van Besien
6825980822 Improved event driven dispatcher by not scheduling a task for dispatching when another is already busy. 2010-03-04 12:36:57 +01:00
Jan Van Besien
4c3ed25901 added todo 2010-03-04 10:01:12 +01:00
Jan Van Besien
b52ed9bec0 added todo 2010-03-04 10:01:12 +01:00
Jan Van Besien
00966fdee6 Merge commit 'upstream/master' 2010-03-04 09:32:31 +01:00
Jan Van Besien
e708741c39 Merge commit 'upstream/master' 2010-03-04 09:32:31 +01:00
Jan Van Besien
809821fc8e 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
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
c2d3680a27 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
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
45e40f66ee shutdown (and unbind) Remote Server even if the remoteServerThread is not alive 2010-03-03 20:06:06 +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