I'm a newer and if the question is so easy I apologize for that.

Assume I want to dev a classical online judge system, obviously the core 
part is

   - get users' code to a file
   - compile it on server
   - run it on server (with some sandbox things to prevent damage)
      - the program exit itself, then check the answer.
      - or get the signal of program collapsing.
   
I wonder if it's possible to do all the things using Node.js, how to do the 
sandbox things. Is there any example for compile-run-abort-check things?

thanks in advance.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to