cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
General C++ Programming
Looking for cross-platform IPC
Looking for cross-platform IPC
Apr 20, 2019 at 9:25am UTC
atatat
(9)
I'm looking for cross-platform Interprocess Communication library.
Currently I'm using Boost Interprocess, but it is too plain, only send and receive.
I need at least callbacks, and even better complete RPC.
Apr 20, 2019 at 4:01pm UTC
salem c
(3700)
This perhaps?
https://www.boost.org/doc/libs/1_70_0/doc/html/boost_asio.html
Apr 25, 2019 at 4:35pm UTC
atatat
(9)
I would avoided sockets, overkill and too slow for IPC on the localhost
Topic archived. No new replies allowed.