Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #73598
| References | <dc5464d3-1470-442f-8a2f-87daeaa79579@googlegroups.com> |
|---|---|
| Date | 2014-06-25 18:07 -0600 |
| Subject | Re: subprocess can not kill when app exit() |
| From | Jason Friedman <jsf80238@gmail.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.11248.1403741241.18130.python-list@python.org> (permalink) |
> 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 correct it.? > Many thanks. Hello, That's a lot of code to read through. I recommend you read http://www.catb.org/~esr/faqs/smart-questions.html and then re-submit. Good luck.
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
subprocess can not kill when app exit() 不坏阿峰 <onlydebian@gmail.com> - 2014-06-25 03:57 -0700 Re: subprocess can not kill when app exit() Jason Friedman <jsf80238@gmail.com> - 2014-06-25 18:07 -0600 Re: subprocess can not kill when app exit() Michael Torrie <torriem@gmail.com> - 2014-06-25 18:46 -0600
csiph-web