How to get Shared Object in Shared Memory

前端 未结 4 1355
Happy的楠姐
Happy的楠姐 2021-01-16 07:07

Our app depends on an external, 3rd party-supplied configuration (including custom driving/decision making functions) loadable as .so file.

Independently, it coopera

4条回答
  •  北海茫月
    2021-01-16 07:29

    You need to implement object's Serialization Serialization function will convert your object into bytes, then you can write bytes in SharedMemory and have your CGI module to deserialize bytes back to object.

提交回复
热议问题