Hacker News new | ask | show | jobs
by brianpgordon 2638 days ago
Even if it does mean separate OS processes (which I doubt), keep in mind that on Linux basic POSIX threads are basically just processes with some shared memory mapped in. There's no real performance difference.