Re: subprocess solved all my problems

2005-09-09 Thread Do Re Mi chel La Si Do
Hi ! Thank you for this interesting message. @-salutations Michel Claveau -- http://mail.python.org/mailman/listinfo/python-list

Re: subprocess solved all my problems

2005-09-09 Thread Peter Hansen
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

subprocess solved all my problems

2005-09-09 Thread Jacek Popławski
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. To call command I use following construction: