unbuffered-output

Detecting when a child process is waiting for input

Detecting when a child process is waiting for input Question: I’m writing a Python program for running user-uploaded arbitrary (and thus, at the worst case, unsafe, erroneous and crashing) code on a Linux server. The security questions aside, my objective is to determine, if the code (that might be in any language, compiled or interpreted) …

Total answers: 3