[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Clarification about bug #463538 is needed



Sergei Golovan wrote:
   int status = fork();
   if (status != 0)
     return 0;
   status = fork();
   if (status != 0)
     return 0;
Apart from what everyone else has said, I can't help put being slightly puzzled that it calls fork two times. This just seems weird...

Or did I miss something?

Brian May


Reply to: