Viktor Klang's blog articles

0
comment
on 10/21/2010 8:54 AM
Hey! We, the Akka committers, are very proud to announce the release of Akka 1.0-M1, the first of 2 milestone releases leading up to the final 1.0 release. It is all thanks to a fantastic team [http://doc.akkasource.org/team] and user community. Thank you all for your time, hard work and great contributions. The full release notes can be seen here: [http://doc.akkasource.org/release-notes].91 tickets have been handled since the release of 0.10, and they can be seen here: [https://www.assembla.com/spaces/[...]
>> Read the full article
.
0
comment
on 10/11/2010 4:27 AM
One of the small gems that will be available in Akka 1.0 is that ThreadBasedDispatcher is based upon ExecutorBasedEventDrivenDispatcher with a core thread pool of 1 and a max thread pool of 1 that allows core thread timeouts. This means that Actors with ThreadBasedDispatcher won’t hang on to any threads if they do not have anything to do.
>> Read the full article
.
0
comment
on 8/19/2010 3:29 AM
Something that’s new for Akka 0.10 is the possibility to tweak the default dispatcher and the comet dispatcher in the akka.conf, this means that the operations guys can tweak the CPU usage and allows for greater possibilities to tune without recompiling. So I thought I ought to give an explanation of the different settings possible, but first, here is what it looks like in the akka.conf default-dispatcher { type = "GlobalExecutorBasedEventDriven" keep-alive-ms = 60000 core-pool-size-factor = 1.0 max-po[...]
>> Read the full article
.
0
comment
on 8/17/2010 1:06 PM
Ladies and gentlemen, I got inspired reading Actors all the way down so without more BS, I present to you: Dining Hakkers implemented in Akka using the ActorModel Can’t see the code?
>> Read the full article
.
0
comment
on 7/18/2010 7:54 AM
So last friday was my last day at Yves Rocher Nordique, and it has been some very rewarding, interesting and inspiring years there. I’d like to thank my team: Jack, John, Oscar, Magnus, Kristoffer and Manne - keep being ninjas and do what’s right. We’ve managed to pull things off no one could ever dream of, so it feels great to leave when things are going great. But as always, when something ends something new begins, and for me that’s joining AkkaSource where I’ll be acting R&D director, so expect to see [...]
>> Read the full article
.
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper