$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2024-11-08 14:05:14
El 08/11/2024 a las 5:19, Murali Kishore via Boost escribió:
> Hi Ion,
>
> I have tried one experiment, copying shared memory from one linux server to
> another linux server; both are identical w.r.t os and memory configuration.
> I am able to open shared memory and access stored classes in another server.
>
> want to check with you on this, is there any issues or this procedure is ok
> to use or any expected abnormal behaviours later. Please help to understand
> how this works if both servers are identical.
If the ABI is identical (same compiler, with same options, with same
OS...) then it should work.
Best,
Ion