|
|
|
|
|
by dudux
3417 days ago
|
|
I wonder: What in JS ist not well thought. I don't like programming JS, but compared to PHP it has many neat features and ways to get things done. It's just different from other languages. Parallel works. You can even create a deadlock very easy.
Also, Node.js can spawn new processes. |
|
> Also, Node.js can spawn new processes.
And yet it handles incoming requests on a single process.