in reply to Web-based programming systems for students
You could look at how Hackerrank runs Perl for their users.
I think the basic approach is to spin up a virtual machine and then run the user Perl code on that machine, and to unconditionally kill the machine after one minute or whatever the time limit is for that machine.
If your question was not about Perl, maybe you want to ask somewhere else?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Web-based programming systems for students
by swampyankee (Parson) on May 15, 2015 at 23:21 UTC |