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

Giuseppe D'Angelo dangelog at gmail.com
Mon Jan 4 18:04:03 CET 2016


On Mon, Jan 4, 2016 at 6:00 PM, Etienne Sandré-Chardonnal
<etienne.sandre at m4x.org> wrote:
> What is the best Qt way to communicate with the child processes? I have
> first thought using standard input/output, but it seems that it's impossible
> to wait for incoming data from stdin without polling. The other alternative
> I see is TCP Sockets, but is there an overhead? The amount of data may be
> quite large (a few MB/s).

QLocalSocket / QLocalServer?

-- 
Giuseppe D'Angelo



More information about the Interest mailing list