Comment by pcwalton
4 years ago
> I have no idea what would happen to even a "single threaded" Go program if you forked it, and I have no intention of finding out.
I'm not an expert on Go internals, but the GC in Go is multithreaded, so I would assume forking will kill the GC. Better hope it's not holding any mutexes.
No comments yet
Contribute on Hacker News ↗