[Interest] QProcess unbuffered

Thiago Macieira thiago.macieira at intel.com
Mon Mar 6 23:21:30 CET 2023


On Monday, 6 March 2023 12:17:39 PST Björn Schäpers wrote:
> I had the exact same problem (but without QProcess). You have to use a trick
> to disable the buffering, I don't know if its possible with QProcess, you
> will have to use QProcess::CreateProcessArgumentModifier or most likely
> CreateProcess directly.

QProcess gives you access to all options of CreateProcess, so if it's a matter 
of flags, it should be doable with it.

If it's something else, we'd like to know. 

> If there is interest I can copy some of my data, but currently I can't
> access it.


-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Cloud Software Architect - Intel DCAI Cloud Engineering
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 5152 bytes
Desc: not available
URL: <http://lists.qt-project.org/pipermail/interest/attachments/20230306/d77d4f7e/attachment.bin>


More information about the Interest mailing list