Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #10718
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder.news-service.com!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <kushal.kumaran@gmail.com> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.017 |
| X-Spam-Evidence | '*H*': 0.97; '*S*': 0.00; 'subject:process': 0.07; 'subject:when': 0.07; 'command.': 0.09; 'wrote:': 0.15; 'ideas?': 0.16; 'rachel': 0.16; 'cc:addr:python-list': 0.16; 'pm,': 0.16; 'aug': 0.19; 'received:74.125.82.174': 0.19; 'received:mail- wy0-f174.google.com': 0.19; 'cc:2**0': 0.21; 'cc:no real name:2**0': 0.22; "doesn't": 0.22; 'header:In-Reply-To:1': 0.22; 'tue,': 0.23; 'function': 0.26; 'sender:addr:gmail.com': 0.26; 'tried': 0.27; 'message-id:@mail.gmail.com': 0.28; 'cc:addr:python.org': 0.30; "i've": 0.33; 'option.': 0.35; 'some': 0.37; 'but': 0.37; 'received:google.com': 0.38; 'subject:: ': 0.38; 'caught': 0.39; 'except': 0.39; 'received:74.125.82': 0.39; "there's": 0.39; 'received:74.125': 0.40; 'special': 0.67; 'kills': 0.84; 'schrieb': 0.84; 'subject:skip:N 10': 0.93 |
| DKIM-Signature | v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:from:date :x-google-sender-auth:message-id:subject:to:cc:content-type; bh=B/PLXsouhJjwddYReCiBXwwzSpJkyzF2zkX8zIJa58k=; b=oWqRH5akkKqSezzKNZbyzl3zrlUfHSbOtQf/Q1HjJ4GbhAkwLIe0imNBLswfq7wtIA z1p2EpW8aKDXDcUoOqH7Ec0C4vk193H2mznk4QdIRdvJ63EK8QtcFeYwiv22Z9H5nMZl bvysDyVUlYwOhz0OEwDgfsXUwyLnzw+go33bY= |
| MIME-Version | 1.0 |
| Sender | kushal.kumaran@gmail.com |
| In-Reply-To | <j18cbk$up0$1@r03.glglgl.eu> |
| References | <mailman.1730.1312213173.1164.python-list@python.org> <a4209f40-8bac-48e5-9092-3cf9d68055ef@g2g2000vbl.googlegroups.com> <j18cbk$up0$1@r03.glglgl.eu> |
| From | Kushal Kumaran <kushal.kumaran+python@gmail.com> |
| Date | Tue, 2 Aug 2011 16:45:17 +0530 |
| X-Google-Sender-Auth | gkI4-Ccjl5YSU4Q6LFv3reo7rVU |
| Subject | Re: Notifications when process is killed |
| To | Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> |
| Content-Type | text/plain; charset=UTF-8 |
| Cc | python-list@python.org |
| X-BeenThere | python-list@python.org |
| X-Mailman-Version | 2.1.12 |
| Precedence | list |
| List-Id | General discussion list for the Python programming language <python-list.python.org> |
| List-Unsubscribe | <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe> |
| List-Archive | <http://mail.python.org/pipermail/python-list> |
| List-Post | <mailto:python-list@python.org> |
| List-Help | <mailto:python-list-request@python.org?subject=help> |
| List-Subscribe | <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.1763.1312283739.1164.python-list@python.org> (permalink) |
| Lines | 18 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1312283739 news.xs4all.nl 23866 [2001:888:2000:d::a6]:46961 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | x330-a1.tempe.blueboxinc.net comp.lang.python:10718 |
Show key headers only | View raw
On Tue, Aug 2, 2011 at 1:56 PM, Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> wrote: > Am 02.08.2011 09:30 schrieb AndDM: > >> The function works for SIGHUP and SIGINT, but it doesn't work for >> SIGTERM. I've tried with simple killall and with -15 option. >> Have you some ideas? > > SIGTERM cannot be caught - it kills the process the hard way. > You must mean SIGKILL. There's nothing special about SIGTERM, except that it's the default for the kill command. -- regards, kushal
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Notifications when process is killed Andrea Di Mario <anddimario@gmail.com> - 2011-08-01 17:39 +0200
Re: Notifications when process is killed AndDM <anddimario@gmail.com> - 2011-08-02 00:30 -0700
Re: Notifications when process is killed Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2011-08-02 10:26 +0200
Re: Notifications when process is killed Kushal Kumaran <kushal.kumaran+python@gmail.com> - 2011-08-02 16:45 +0530
Re: Notifications when process is killed Thomas Rachel <nutznetz-0c1b6768-bfa9-48d5-a470-7603bd3aa915@spamschutz.glglgl.de> - 2011-08-02 13:40 +0200
Re: Notifications when process is killed Chris Angelico <rosuav@gmail.com> - 2011-08-02 10:01 +0100
Re: Notifications when process is killed chrisallick <chrisallick@gmail.com> - 2011-08-03 20:41 -0700
csiph-web