Re: subprocess can not kill when app exit()

2014-06-25 Thread Michael Torrie
On 06/25/2014 06:07 PM, Jason Friedman wrote: >> code in below, when close the app window. the two ping process can not >> kill auto and keep in the windows 7 task list. >> >> During running, ping process under Python.exe as two thread. When app exit, >> this two process move the system proces

Re: subprocess can not kill when app exit()

2014-06-25 Thread Jason Friedman
> code in below, when close the app window. the two ping process can not kill > auto and keep in the windows 7 task list. > > During running, ping process under Python.exe as two thread. When app exit, > this two process move the system process and keep running there. > > could someone help to

subprocess can not kill when app exit()

2014-06-25 Thread 不坏阿峰
Dear all code in below, when close the app window. the two ping process can not kill auto and keep in the windows 7 task list. During running, ping process under Python.exe as two thread. When app exit, this two process move the system process and keep running there. could someone help to c