Open ivanovkirilg opened 6 months ago
Goal is to move away from multi-threading in one process to message-passing between processes. Need some facility for communication, likely using Boost.Interprocess.
See COMM branch: decided to use sockets rather than Boost.Interprocess. Considering zpp::bits for serialization.
COMM
Boost.Interprocess
Goal is to move away from multi-threading in one process to message-passing between processes. Need some facility for communication, likely using Boost.Interprocess.