Commit graph

12466 commits

Author SHA1 Message Date
rossputin
0cfe5e24c8 fix for comments 2010-04-04 09:53:23 +01:00
rossputin
092485e993 fix for comments 2010-04-04 09:53:23 +01:00
Jonas Bonér
297a335cad fixed bug with creating anonymous actor, renamed some anonymous actor factory methods 2010-04-03 18:58:16 +02:00
Jonas Bonér
fb77ee679a fixed bug with creating anonymous actor, renamed some anonymous actor factory methods 2010-04-03 18:58:16 +02:00
Jonas Bonér
f001a1e5f6 changed println -> log.info 2010-04-02 17:24:13 +02:00
Jonas Bonér
c580695cf4 changed println -> log.info 2010-04-02 17:24:13 +02:00
Jan Van Besien
3f2c9a2be9 Added load balancer which prefers actors with small mailboxes (discussed on mailing list a while ago). 2010-04-02 13:52:03 +02:00
Jan Van Besien
647bb9cc41 Added load balancer which prefers actors with small mailboxes (discussed on mailing list a while ago). 2010-04-02 13:52:03 +02:00
Debasish Ghosh
a0c3d4ee16 Merge branch 'master' of git@github.com:jboner/akka 2010-04-02 16:50:23 +05:30
Debasish Ghosh
c110b86b5c Merge branch 'master' of git@github.com:jboner/akka 2010-04-02 16:50:23 +05:30
Debasish Ghosh
d6de99bcee new redisclient with support for clustering 2010-04-02 16:48:02 +05:30
Debasish Ghosh
954ae0074b new redisclient with support for clustering 2010-04-02 16:48:02 +05:30
Jan Van Besien
d3654accb2 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
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
183fcfbb9a Merge branch 'master' of git@github.com:jboner/akka 2010-04-02 09:23:36 +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
b513e5716f cleaned up 2010-04-01 23:03:10 +02:00
Jonas Bonér
7efef1c4df 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
Viktor Klang
eef1670b6b 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
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
500d967646 refactored build file 2010-04-01 10:06:43 +02:00
Jonas Bonér
cff55f8cd5 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
5f4e8b8f17 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
6d36ac9af0 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
6ff1d096f0 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
d4d705e755 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
Jonas Bonér
ffeaac3023 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
3ba2d43ba1 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
8f448b93fc 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
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
3dcd319fdc Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-31 13:15:44 +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
d6789b060d Merge branch 'workstealing' 2010-03-31 11:18:44 +02:00
Jan Van Besien
97411d1210 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
Jonas Bonér
70b4d7396e 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
Michael Kober
b066363c86 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
Jan Van Besien
f9acc697f4 Merge branch 'master' of git@github.com:jboner/akka into workstealing 2010-03-31 08:59:02 +02:00