Re: subprocess solved all my problems
Hi ! Thank you for this interesting message. @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list
Re: subprocess solved all my problems
Jacek Popławski wrote: > In the last week I was working to create script which will read command > from socket, call it, return result, stdout, stderr and kill it after > timeout. > After playing with threads, processes, spawns and popens I found > subprocess module. [snip rest of answer] While