On Fri, 20 Feb 2015 09:04:29 +0000, Ola Fosheim Grøstad wrote: > If you fork early in the process' > lifespan, before acquiring resources, then it is much easier...
and even if `fork()` is the first line of code in `main()`, there cannot be any guarantees. there can be module constructor doing something, or 3rd party library that already initialized something, or... you got the idea. ;-)
signature.asc
Description: PGP signature
