Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.os.linux.development.apps > #317
| Path | csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder2.enfer-du-nord.net!fu-berlin.de!uni-berlin.de!individual.net!not-for-mail |
|---|---|
| From | Rainer Weikusat <rweikusat@mssgmbh.com> |
| Newsgroups | comp.os.linux.development.apps |
| Subject | Re: threading question |
| Date | Wed, 14 Dec 2011 15:48:11 +0000 |
| Lines | 11 |
| Message-ID | <8762hjp32c.fsf@sapphire.mobileactivedefense.com> (permalink) |
| References | <jcae0f$if5$1@dont-email.me> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=us-ascii |
| X-Trace | individual.net BqO81Erv1IrrKx0+9TgiEgqjDOoTHk1fVaMS4y91kQr8ZzUR8= |
| Cancel-Lock | sha1:NOnBzrLmGbijr9KyDS6y6e6yk6o= sha1:LOHitaoxg/1QrYLmd1VboTf1aBc= |
| User-Agent | Gnus/5.11 (Gnus v5.11) Emacs/22.2 (gnu/linux) |
| Xref | x330-a1.tempe.blueboxinc.net comp.os.linux.development.apps:317 |
Show key headers only | View raw
Bill M <wpmccormick@just_about_everywhere.com> writes: > If I ctrl-c kill an daemon type application, will child threads > created by the application also be killed or will they become zombie > threads? There is no such thing as 'a zombie thread', at least not in the sense you are using the term (technically, a non-detached thread which has exited will become 'a zombie thread' because the return value will be kept somewhere until [if ever] another thread calls pthread_join in order to receive that. While this is similar to 'zombie processes', I haven't seen the term 'zombie thread' anywhere so far).
Back to comp.os.linux.development.apps | Previous | Next — Previous in thread | Next in thread | Find similar
threading question Bill M <wpmccormick@just_about_everywhere.com> - 2011-12-14 09:05 -0600
Re: threading question Rainer Weikusat <rweikusat@mssgmbh.com> - 2011-12-14 15:48 +0000
Re: threading question Bill M <wpmccormick@just_about_everywhere.com> - 2011-12-14 10:26 -0600
Re: threading question Rainer Weikusat <rweikusat@mssgmbh.com> - 2011-12-14 16:33 +0000
Re: threading question Bill M <wpmccormick@just_about_everywhere.com> - 2011-12-14 11:12 -0600
Re: threading question Rainer Weikusat <rweikusat@mssgmbh.com> - 2011-12-14 18:10 +0000
Re: threading question Bill M <wpmccormick@just_about_everywhere.com> - 2011-12-14 13:28 -0600
Re: threading question Richard Kettlewell <rjk@greenend.org.uk> - 2011-12-14 18:30 +0000
Re: threading question Mark <i@dontgetlotsofspamanymore.invalid> - 2011-12-15 15:19 +0000
Re: threading question Rainer Weikusat <rweikusat@mssgmbh.com> - 2011-12-15 15:42 +0000
Re: threading question Bill M <wpmccormick@just_about_everywhere.com> - 2011-12-15 18:50 -0600
Re: threading question Rainer Weikusat <rweikusat@mssgmbh.com> - 2011-12-16 03:40 +0000
Re: threading question Bill M <wpmccormick@just_about_everywhere.com> - 2011-12-16 08:23 -0600
csiph-web