A
A
Alexander2016-08-15 06:32:48
Qt
Alexander, 2016-08-15 06:32:48

How to organize data exchange between applications in Qt?

There are two (or more) applications (different) running on the same machine. These applications (clients) must send the progress of tasks to another application (server) that is also running on the same machine. The server does not send anything to clients, i.e. communication is one-way. All applications are written in Qt. It is desirable that the network is not involved in the data exchange - without the Qt Network. Data is sent at high speed: 50 to 100 short text messages (up to one hundred characters) per second.
How can this be organized?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
maaGames, 2016-08-15
@maaGames

If you don't want sockets, then pipes. Within the same machine, the pipes will be even faster.
Both sockets and pipes are cross-platform.

R
Rou1997, 2016-08-15
@Rou1997

Windows? Then com.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question