Hacker News new | past | comments | ask | show | jobs | submit login

> Go also has problems forking since it has a multi-threaded runtime. It only exposes os.ForkExec(), not os.Fork() and os.Execv().

true, and this is causing lots of headache for those who want to implement concurrent snapshotting using fork in Go.




I thought this was a solved issue? https://github.com/golang/go/issues/20676




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: