This is a naive comparison between Akka actor and Java thread, as far as the performance is concerned. ‘Naive’ means there’s no complex logic or algorithm, but just a simple ping-pong program where two entities send messages to each other, in turns.
Although the performance tests are not thorough, nor they are real scenario, the comparison still gives a rough idea of Akka actor’s performance.
原文:Java Garbage Collection Distilled{:target=”_blank”}
Recently, I am looking for the techniques for the company’s future
PAAS platform, I’ve been focused on WS2, but also browsed some other
products.
Here’s some of my thoughts of IAAS, PAAS and WSO2.
After reading the “Tracing an SSH Request” part of GitHub’s “How We
Made GitHub Fast” blog, I was wondering how this is done through ssh
(at least in an operational level).
So I tried it out on my computer, read the ssh man page, and discover
some interesting use of ssh.
GitHub’s blog article:
How We Made GitHub Fast
Reading GitHub’s blog article “How We made GitHub Fast”,
unfortunately, the article does not provide any graph. So I draw
something on paper (ugly though), to illustrate GitHub’s architecture.