MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches
MayaFlux::Core::SharedMemoryBackendInfo Struct Reference

Configuration for local inter-process shared memory transport. More...

#include <GlobalNetworkConfig.hpp>

+ Collaboration diagram for MayaFlux::Core::SharedMemoryBackendInfo:

Public Attributes

bool enabled { false }
 
std::string segment_name { "mayaflux_shm" }
 
size_t segment_size { 16 * 1024 * 1024 }
 

Detailed Description

Configuration for local inter-process shared memory transport.

Zero-copy data exchange between processes on the same machine. Useful for multi-instance MayaFlux, bridging to Python inference servers without serialization overhead, or DAW plugin hosting.

Definition at line 117 of file GlobalNetworkConfig.hpp.


The documentation for this struct was generated from the following file: