Hacker News new | ask | show | jobs
by cat199 3310 days ago
> I mean, what's the better alternative to Go for this work?

Separate processes, like the post suggests?

I have no idea why someone would expect user-level pseudothreads to execute across system-level primitive boundaries.. seems fairly obvious to me.

I don't expect a chrooted daemon (e.g. apache, etc) to have access to parent thread contexts.. etc.

Fork & pipe IPC shouldn't be too difficult for anyone to understand, beyond that, if you don't understand these things, you probably shouldn't be writing code that complex..