|
|
|
|
|
by aphyr
5070 days ago
|
|
It's parallel in the same sense that any POSIX program is: Node pays a higher cost than real parallel VMs in serialization across IPC boundaries, not being able to take advantage of atomic CPU operations on shared data structures, etc. At least it did last time I looked. Maybe they're doing some shm-style magic/semaphore stuff now. Still going to pay the context switch cost. |
|
this is the sanest and most pragmatic way server a web server from multiple threads