cs412017
2005-09-08 18:23:25 UTC
Will our projects be tested for values of N and M other than 10 and 100?
When I set N to 100 (instead of 10), and run spawn.exe, the function
Spawn itself fails on the 12th thread (one of the functions Read_Fully,
Parse_ELF_Executable, or Load_User_Program fail), and returns -1, which
unfortunately, is what we are also returning from Sys_Spawn to indicate
that we've reached the maximum number of processes.
I was just wondering, will our projects be tested for values of N
greater than 10?
Thanks,
Arnab
When I set N to 100 (instead of 10), and run spawn.exe, the function
Spawn itself fails on the 12th thread (one of the functions Read_Fully,
Parse_ELF_Executable, or Load_User_Program fail), and returns -1, which
unfortunately, is what we are also returning from Sys_Spawn to indicate
that we've reached the maximum number of processes.
I was just wondering, will our projects be tested for values of N
greater than 10?
Thanks,
Arnab