A
agent_008_nl
Guest
Concerning the complex algoritms processing you name: the article does not name much more concurrency techniques than traditional multi-threading. That is complex to do right. But there are other concurrency models, like the actor model, used in akka programmers.stackexchange.com/.../why-is-akka-good-for-concurrency and erlang / elixir f.e. (much more and deeper explanations to be found with google). Since you're besides oe a node lover (and node seems to be rather 'in' in the community) I'll add another article joearms.github.io/.../Red-and-Green-Callbacks.html . Now isn't Joe explaining this clear and simple? 
Continue reading...
Continue reading...