We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
여러 학생들이 동시에 submit 을 수행하거나, 한 학생이 submit 을 여러 차례 반복해서 수행하는 경우, 채점 결과가 잘못되는 이슈가 있었음.
simple solution: judge 수행 중인 경우, submit 요청이 오더라도 몇 초간 pending 시킴
proper solution: judge sever 에서 요청을 serialize 해서 queue 를 두고 관리하여야 함 (당연히 이렇게 해두었을것 같은데...소스 코드 확인 필요)
작업 순서
The text was updated successfully, but these errors were encountered:
안녕하세요 이주석입니다. 작업 순서대로 차근차근 진행해보겠습니다.
Sorry, something went wrong.
네 감사합니다.
commentLee
No branches or pull requests
여러 학생들이 동시에 submit 을 수행하거나, 한 학생이 submit 을 여러 차례 반복해서 수행하는 경우, 채점 결과가 잘못되는 이슈가 있었음.
simple solution: judge 수행 중인 경우, submit 요청이 오더라도 몇 초간 pending 시킴
proper solution: judge sever 에서 요청을 serialize 해서 queue 를 두고 관리하여야 함 (당연히 이렇게 해두었을것 같은데...소스 코드 확인 필요)
작업 순서
The text was updated successfully, but these errors were encountered: