[Interest] Process isolation with Qt - how to communicate with child processes

Alejandro Exojo suy at badopi.org
Mon Jan 4 21:59:41 CET 2016


El Monday 04 January 2016, Thiago Macieira escribió:
> It works just fine, except on Windows.

This was something that I discovered through some pain a while ago. I would go 
with stdin/out if possible because you don't have to worry about connect(). I 
recently found that Qt Assistant has a tiny abstraction to work around the 
problem:

http://code.woboq.org/qt5/qttools/src/assistant/assistant/stdinlistener_win.cpp.html
http://code.woboq.org/qt5/qttools/src/assistant/assistant/stdinlistener.cpp.html

-- 
Alex (a.k.a. suy) | GPG ID 0x0B8B0BC2
http://barnacity.net/ | http://disperso.net



More information about the Interest mailing list