Good book about Akka library and actor-based concurrency model [closed] - actor

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I am looking for a book which cover Akka in detail. Specifically the book should cover best practices in actor-based concurrency, what pitfalls should be aware of? I actually tried searching for a while but could not find even a book about Akka.

Already plowed through the 330 pages of Akka Documentation?

How about Akka in Action? Once it is out of MEAP of course.

Related

What tutorials or books are available for learning turn-based strategy game programming using HTML5? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm looking for tutorials/books/other resources for writing a HTML5 turn-based strategy game. I'd also be interested in any source code examples. Any suggestions?
Please checkout html5gamedevs.com ,this might help you.

Dependency injection alternatives to Unity.Mvc [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I've been using Unity.Mvc3 as my dependency injection mechanism.
What are the alternatives available?
Thanks in advance for any replies.
I'm currently using autofac . However I know lots of people are using StructureMap and lots prefer Ninject. Afaik, though autofac has the best performance (followed by StructureMap)

What are the solutions to implementing the fault-injection in Hadoop [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
In practice, what are the possible ways to implement the fault injection in hadoop. And what are their cons and pros?
Currently our candidate solution is AspectJ. But how it feels to implement fault injection in Hadoop?
Hadoop actually has a fault injection framework. See this.

What is the different between PAC and MVC? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
I have doubt about this two pattern, like MVC and PAC, which is more powerful for a web Application.
It depends on your web application. For most, common, scenarios I would say MVC works better, but in some cases PAC might be a better fit. What are you requirements?

good resources/books on profiling software [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Can anyone suggest some good resources and/or books on profiling, importance of profiling, profiling techniques?
thanks
There is a book on how to use Valgrind, a GNU/Linux tool set that has a few profilers. If you wanted to learn about profiling, playing with Valgrind is a great "interactive" way to do it.

Resources