Commit graph

941 commits

Author SHA1 Message Date
Debasish Ghosh
c110b86b5c Merge branch 'master' of git@github.com:jboner/akka 2010-04-02 16:50:23 +05:30
Debasish Ghosh
954ae0074b new redisclient with support for clustering 2010-04-02 16:48:02 +05:30
Jan Van Besien
7cab56d4e1 simplified tests using CountDownLatch.await with a timeout by asserting the count reached zero in a single statement. 2010-04-02 12:58:24 +02:00
Jonas Bonér
74b192f4e2 Merge branch 'master' of git@github.com:jboner/akka 2010-04-02 09:23:36 +02:00
Jonas Bonér
7efef1c4df cleaned up 2010-04-01 23:03:10 +02:00
Viktor Klang
eef1670b6b Minor cleanups and fixing super.unregister 2010-04-01 22:34:16 +02:00
Jan Van Besien
1e3b7ebefe 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
cff55f8cd5 refactored build file 2010-04-01 10:06:43 +02:00
Jonas Bonér
5f4e8b8f17 release v0.8 2010-04-01 09:20:51 +02:00
Jonas Bonér
6d36ac9af0 merged with upstream 2010-04-01 08:10:52 +02:00
Jonas Bonér
6ff1d096f0 updated copyright header 2010-03-31 20:35:02 +02:00
Jonas Bonér
d4d705e755 updated Agent scaladoc with monadic examples 2010-03-31 20:27:41 +02:00
Jonas Bonér
ffeaac3023 Agent is now monadic, added more tests to AgentTest 2010-03-31 19:53:00 +02:00
Jan Van Besien
3ba2d43ba1 Merge branch 'master' of git@github.com:janvanbesien/akka 2010-03-31 15:46:17 +02:00
Jan Van Besien
8f448b93fc added jsr166x library from doug lea 2010-03-31 14:43:17 +02:00
Jan Van Besien
c2280dfe0a 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
999c073def Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-31 13:15:44 +02:00
Jan Van Besien
97411d1210 Merge branch 'workstealing' 2010-03-31 11:18:44 +02:00
Jonas Bonér
70b4d7396e Gave the sbt deploy plugin richer API 2010-03-31 11:04:13 +02:00
Michael Kober
b066363c86 Merge branch 'spring-dispatcher' 2010-03-31 09:35:41 +02:00
Jan Van Besien
f9acc697f4 Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-31 08:59:02 +02:00
Jonas Bonér
c16b42e228 added missing scala-library.jar to dist and manifest.mf classpath 2010-03-31 07:33:55 +02:00
Jonas Bonér
1a976fa588 reverted back to sbt 0.7.1 2010-03-31 00:26:38 +02:00
Jonas Bonér
19879f3605 Removed Actor.send function 2010-03-30 23:58:50 +02:00
Jonas Bonér
7cf13c7715 merged with upstream 2010-03-30 23:16:18 +02:00
Jonas Bonér
84ee350dd0 merged with upstream 2010-03-30 23:04:05 +02:00
Viktor Klang
6732535bbf 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
e17713b2ef Forward-ported bugfix in Security to 2.8-WIP 2010-03-30 22:12:05 +02:00
Viktor Klang
933a7c806f Fixed reported exception in Akka-Security 2010-03-30 22:10:49 +02:00
Debasish Ghosh
582edbebd2 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
2c6a8ae563 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
1ca95fc0b5 Added missing dependency 2010-03-30 21:20:01 +02:00
Jan Van Besien
1f4ddfc9fc Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-30 20:43:35 +02:00
Jan Van Besien
901fcd84ea renamed some variables for clarity 2010-03-30 20:43:18 +02:00
Debasish Ghosh
338eea6247 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
1c5dc6e7f8 merged with upstream 2010-03-30 19:42:23 +02:00
Jonas Bonér
dc6e9a7dcb Updated version to 0.8x 2010-03-30 19:37:48 +02:00
Jonas Bonér
47c75c5aac Rewrote distribution generation, now it also packages sources and docs 2010-03-30 18:56:34 +02:00
Michael Kober
8ae90fdfda added spring dispatcher configuration 2010-03-30 16:38:29 +02:00
Jan Van Besien
308bf20a7d fixed name of dispatcher in log messages 2010-03-30 13:16:36 +02:00
Jan Van Besien
62cdb9fc23 use forward in stead of send when stealing work from another actor 2010-03-30 13:11:03 +02:00
Jan Van Besien
067cc73a8f fixed round robin work stealing algorithm 2010-03-30 11:50:36 +02:00
viktorklang
10bc33f035 Added missing + sign 2010-03-29 12:21:30 -07:00
Jonas Bonér
a3187d1efc minor edit 2010-03-29 16:38:42 +02:00
Jan Van Besien
195157768d javadoc and comments 2010-03-29 14:35:45 +02:00
Jan Van Besien
75aad9da78 fix 2010-03-29 14:19:06 +02:00
Jan Van Besien
e7f4f41309 minor refactoring of the round robin work stealing algorithm 2010-03-29 14:16:53 +02:00
Jan Van Besien
cd6d27cb42 Simplified the round robin scheme 2010-03-29 12:20:57 +02:00
Jonas Bonér
20569b715c improved scaladoc 2010-03-29 11:25:23 +02:00
Jonas Bonér
4dc46ce5d0 removed usused code 2010-03-29 11:09:37 +02:00