Commit graph

938 commits

Author SHA1 Message Date
Jonas Bonér
183fcfbb9a Merge branch 'master' of git@github.com:jboner/akka 2010-04-02 09:23:36 +02:00
Jonas Bonér
b513e5716f cleaned up 2010-04-01 23:03:10 +02:00
Viktor Klang
a23cc9b230 Minor cleanups and fixing super.unregister 2010-04-01 22:34:16 +02:00
Jan Van Besien
c3381d8149 Improved unit test performance by replacing Thread.sleep with more clever approaches (CountDownLatch, BlockingQueue and others). Here and there Thread.sleep could also simply be removed. 2010-04-01 16:45:04 +02:00
Jonas Bonér
500d967646 refactored build file 2010-04-01 10:06:43 +02:00
Jonas Bonér
215b45d470 release v0.8 2010-04-01 09:20:51 +02:00
Jonas Bonér
2f32b850f6 merged with upstream 2010-04-01 08:10:52 +02:00
Jonas Bonér
08fdc7ad44 updated copyright header 2010-03-31 20:35:02 +02:00
Jonas Bonér
40291b5378 updated Agent scaladoc with monadic examples 2010-03-31 20:27:41 +02:00
Jonas Bonér
089cf01b40 Agent is now monadic, added more tests to AgentTest 2010-03-31 19:53:00 +02:00
Jan Van Besien
b974ac24c3 Merge branch 'master' of git@github.com:janvanbesien/akka 2010-03-31 15:46:17 +02:00
Jan Van Besien
37f535dcfe added jsr166x library from doug lea 2010-03-31 14:43:17 +02:00
Jan Van Besien
af0e029aee Added jsr166x to the embedded repo.
Use jsr166x.ConcurrentLinkedDeque in stead of LinkedBlockingDeque as colletion for the actors mailbox
2010-03-31 14:36:42 +02:00
Jan Van Besien
3dcd319fdc Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-31 13:15:44 +02:00
Jan Van Besien
d6789b060d Merge branch 'workstealing' 2010-03-31 11:18:44 +02:00
Jonas Bonér
7d465f6d4f Gave the sbt deploy plugin richer API 2010-03-31 11:04:13 +02:00
Michael Kober
9cf5121649 Merge branch 'spring-dispatcher' 2010-03-31 09:35:41 +02:00
Jan Van Besien
b710737262 Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-31 08:59:02 +02:00
Jonas Bonér
855acd23da added missing scala-library.jar to dist and manifest.mf classpath 2010-03-31 07:33:55 +02:00
Jonas Bonér
819a6d8fb5 reverted back to sbt 0.7.1 2010-03-31 00:26:38 +02:00
Jonas Bonér
b0bee0d417 Removed Actor.send function 2010-03-30 23:58:50 +02:00
Jonas Bonér
d8461f4dca merged with upstream 2010-03-30 23:16:18 +02:00
Jonas Bonér
48ff060ddb merged with upstream 2010-03-30 23:04:05 +02:00
Viktor Klang
7430dc8ac0 Merge branch '2.8-WIP' of git@github.com:jboner/akka into 2.8-WIP 2010-03-30 22:15:25 +02:00
Viktor Klang
71ad8f697d Forward-ported bugfix in Security to 2.8-WIP 2010-03-30 22:12:05 +02:00
Viktor Klang
6d6fc79919 Fixed reported exception in Akka-Security 2010-03-30 22:10:49 +02:00
Debasish Ghosh
5566b21b5e upgraded redisclient to version 1.2: includes api name changes for conformance with redis server (earlier ones deprecated). Also an implementation of Deque that can be used for Durable Q in actors 2010-03-31 01:32:01 +05:30
Jonas Bonér
eaaa9b1456 Merged with new Redis 1.2 code from master, does not compile since the redis-client is build with 2.7.7, need to get correct JAR 2010-03-30 21:35:24 +02:00
Viktor Klang
edbd5c15e9 Added missing dependency 2010-03-30 21:20:01 +02:00
Jan Van Besien
6272f71357 Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-30 20:43:35 +02:00
Jan Van Besien
831a71dd70 renamed some variables for clarity 2010-03-30 20:43:18 +02:00
Debasish Ghosh
e76cb00495 upgraded redisclient to version 1.2: includes api name changes for conformance with redis server (earlier ones deprecated). Also an implementation of Deque that can be used for Durable Q in actors 2010-03-30 23:13:12 +05:30
Jonas Bonér
594ba80052 merged with upstream 2010-03-30 19:42:23 +02:00
Jonas Bonér
ef79034cdc Updated version to 0.8x 2010-03-30 19:37:48 +02:00
Jonas Bonér
8800f70ff2 Rewrote distribution generation, now it also packages sources and docs 2010-03-30 18:56:34 +02:00
Michael Kober
da325c9804 added spring dispatcher configuration 2010-03-30 16:38:29 +02:00
Jan Van Besien
abcaef521b fixed name of dispatcher in log messages 2010-03-30 13:16:36 +02:00
Jan Van Besien
b0b3e2f8ac use forward in stead of send when stealing work from another actor 2010-03-30 13:11:03 +02:00
Jan Van Besien
fb1f679cec fixed round robin work stealing algorithm 2010-03-30 11:50:36 +02:00
viktorklang
7e3a4b56f4 Added missing + sign 2010-03-29 12:21:30 -07:00
Jonas Bonér
dc9cae4797 minor edit 2010-03-29 16:38:42 +02:00
Jan Van Besien
a5e50d6dfa javadoc and comments 2010-03-29 14:35:45 +02:00
Jan Van Besien
0fa8585da0 fix 2010-03-29 14:19:06 +02:00
Jan Van Besien
d1ad3f6199 minor refactoring of the round robin work stealing algorithm 2010-03-29 14:16:53 +02:00
Jan Van Besien
e60421cba7 Simplified the round robin scheme 2010-03-29 12:20:57 +02:00
Jonas Bonér
d037bfa37b improved scaladoc 2010-03-29 11:25:23 +02:00
Jonas Bonér
27333f9159 removed usused code 2010-03-29 11:09:37 +02:00
Jan Van Besien
f1d360b9b2 Merge commit 'upstream/master' into workstealing
Implemented a simple round robin schema for the work stealing dispatcher
2010-03-29 11:02:20 +02:00
Jonas Bonér
3825ce5faf updated to commons-pool 1.5.4 2010-03-29 10:15:10 +02:00
Jonas Bonér
5736cd9cc1 fixed all deprecations execept in grizzly code 2010-03-29 10:04:38 +02:00