▲ | loeg 3 days ago | |||||||
A surmountable problem, sure. | ||||||||
▲ | rwmj 3 days ago | parent [-] | |||||||
Sometimes. To give one counterexample, golang doesn't have a way to restart the threads it uses for I/O (apparently a decision the golang developers made), so if you're embedding golang code in another binary, it better not call fork. (The reason for this warning: https://gitlab.com/nbdkit/nbdkit/-/commit/2589e6da40939af9ae...) | ||||||||
|