Kwang Yul Seo
2005-09-09 02:53:54 UTC
Hi,
Do I need to put some messages when spawn.exe successfully spawans
a process?
Print("Spawing %s pid = [%d]\n", program, pid[i]);
However, if I put this message, I can't spwan 10 processes because
it reaches the maximum number of syscalls when 4-5 processes are
spawned.
Is this okay?
Do I need to put some messages when spawn.exe successfully spawans
a process?
Print("Spawing %s pid = [%d]\n", program, pid[i]);
However, if I put this message, I can't spwan 10 processes because
it reaches the maximum number of syscalls when 4-5 processes are
spawned.
Is this okay?