--nextPart10366775.oAEX05yt4Y Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" On Saturday, 22 de January de 2011 21:50:46 Michael Pyne wrote: > On Saturday, January 22, 2011 16:53:29 Thiago Macieira wrote: > > On Saturday, 22 de January de 2011 22:08:25 Christoph Bartoschek wrote: > > > Am Samstag 22 Januar 2011 schrieb Thiago Macieira: > > > > However, what I really want is that kernel developers give me a > > > > modern way of finding out a process has exited. > > > > > > Hi, I do not know whether it works as desired, but did you look at > > > signalfd(2)? > > > > Doesn't solve the problem. You still need to block the signals in all > > threads signalfd can receive it. > > > > It needs to be done without signals. > > Perhaps I'm missing something obvious, but what is missing from waitpid(2), > or the more recent waitid(2)? Both of those allow you to wait for specific > processes. It would have to be done in an alternate thread to avoid > blocking but you've already mentioned using a separate thread to support > the current SIGCHLD signal handler. I'd have to start one thread per subprocess I wanted to watch. I want something I can put on select(2) or poll(2). -- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Senior Product Manager - Nokia, Qt Development Frameworks PGP/GPG: 0x6EF45358; fingerprint: E067 918B B660 DBD1 105C 966C 33F5 F005 6EF4 5358 --nextPart10366775.oAEX05yt4Y Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iD8DBQBNO/YrM/XwBW70U1gRArWHAJ97swHVKa48DsNJhJ/gESOCsiKSFgCeMy0a 3INkju+qm3xuy91LLhtDoz0= =tGlG -----END PGP SIGNATURE----- --nextPart10366775.oAEX05yt4Y--