Upon submission, a problem's status automatically goes to 'Compiling'. However, this may not be accurate if the server is actually handling several submissions. Perhaps the default should really be Pending and then update to Compiling when the judge is actually compiling the program.
It would add another socket transaction, but shouldn't be too big of a deal.
Upon submission, a problem's status automatically goes to 'Compiling'. However, this may not be accurate if the server is actually handling several submissions. Perhaps the default should really be
Pending
and then update toCompiling
when the judge is actually compiling the program.It would add another socket transaction, but shouldn't be too big of a deal.