8 Nov
2024
8 Nov
'24
2:05 p.m.
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