Remix.run Logo
sunshowers an hour ago

The problem is that threads are not fault boundaries but processes are. So they're not interchangeable when you care about resilience and misbehaving code.

pjmlp 39 minutes ago | parent [-]

True, but on Windows the approach is then to use COM servers, which have a faster IPC model, and can even serve multiple clients, depending on how the appartement space is configured.

mort96 24 minutes ago | parent [-]

"Faster IPC model" than what? Faster than writing to and reading from a pipe? Faster than POSIX shared memory?