[Interest] Piping data between QProcesses

Thiago Macieira thiago.macieira at intel.com
Thu May 29 01:02:49 CEST 2014


Em qui 29 maio 2014, às 01:56:48, Petko Ditchev escreveu:
> I'd love to give back to the project, but I'm not confident I know 
> enough on the topic to write the method myself. I started reading some 
> in-depth stuff on pipes,etc. very recently and still haven't read much 
> on sockets.

This is probably a low-hanging fruit. The file descriptors are already stored 
in the QProcessPrivate structure. It just needs the accessor functions, with a 
good name, ensuring that the API works on Windows too (since pipes there are 
HANDLEs, not file descriptors) and a couple of unit tests.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center




More information about the Interest mailing list