Posts0
Comments7
View on HN
No posts found.

Thanks for the paper, it was a nice read. I was stunned to see how straightforward it was.

Basically by order of appearance you look for

* well know files, or registry keys

* patterns in a memory dump

* use a great hack called "the red pill" using the SIDT instruction

* vm specific hardwares

* specific instructions/capabilities

We also use it to apologize when being rude without meaning it.

Example :

you make a remark without really thinking of it because of your professional habits (ex: you should be doing things that way, or going straight to limit-cases or counter-examples) that would made sense in a professional context, but that is not acceptable outside.

You would apologize saying "I am sorry, it is a déformation professionelle"

You are correct, I was pointing to cliff click's blog as he his giving back to the community.

Look at http://blogs.azulsystems.com/cliff/2007/03/a_nonblocking_h.h... : an implementation of a non blocking hashmap without lock that scales beautifully on a bunch of cores without the need of their hardware (http://sourceforge.net/projects/high-scale-lib)

As per actor on the JVM open source projects are blooming around such as http://code.google.com/p/actorom/.

Alex Miller did a nice review here of the solutions out there: http://www.javaworld.com/javaworld/jw-03-2009/jw-03-actor-co...