misterpeddy / os-grader

A simple grading system that accepts submissions from uva students for C homeworks.
1 stars 0 forks source link

Add threading to server #7

Open misterpeddy opened 7 years ago

misterpeddy commented 7 years ago

A little more challenging than once thought..

misterpeddy commented 7 years ago

Is this necessary? Measure how much time handle_request() takes. Should be fairly fast.

Adding threading to server would make coordinator more complicated than need be..

Run tests to see what maximum (likely) wait time can be.