Comment on An open question (rant) about Node.jsparentComments−meryn12yThanks for explaining difference between concurrency and parallelism so clearly! I'll remember this.I of course realize that Node doesn't truly handle things in parallel. It's a single thread, after all.
Comments
Thanks for explaining difference between concurrency and parallelism so clearly! I'll remember this.
I of course realize that Node doesn't truly handle things in parallel. It's a single thread, after all.