标签: c operating-system multiprocessing fork
问题是,我已经读过子进程将在fork()系统调用之后开始执行但是在这里我必须只有一次如果子进程从fork()开始,那么我必须得到“这是肯定的父进程”但是输出显示,它打印两次。
This is for sure parent This maybe child or parent This is for sure parent This maybe child or parent
这是输出:
Room.bind.apply(Room, convertArray)