The hidden problem with using QProcess/KProcess in kdelibs...

Thiago Macieira thiago at kde.org
Sun Jan 23 09:34:35 GMT 2011


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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 190 bytes
Desc: This is a digitally signed message part.
URL: <http://mail.kde.org/pipermail/kde-core-devel/attachments/20110123/5ac32d5c/attachment.sig>


More information about the kde-core-devel mailing list