Shared memory

shared memory

How C++ interact with python

Client-c++

Server-python

idea

client -> client: allocate image in share memory
client -> client: grab images to share memory directly
client -> client: fill rpc input, including image, \nimage is represented by a string, share memory name
client -> server: rpc
server -> server: get rpc input, where image buffer \nshould be get by calling share mem function 
server -> server: algorithm
server --> client: reply

Ref

Ref: How to check share memory usage in windows

https://stackoverflow.com/questions/465378/program-to-view-shared-memory-in-windows

I think Accesschk can do this.

From the commandline: accesschk.exe -osv > objects.txt

Search for: “Type: Section”

Ref: Test of several libs

C:\xxxx\codes\anyrpc cmake fails due to missing dependencies

C:\Users\aeexxxx\Downloads\xmlrpc-c-1.51.07 there is vcproject but build fails

C:\Users\aeexxxx\Downloads\xmlrpc++0.7 upgrade vsproj fails

C:\Users\aeexxxx\Downloads\XmlRpcC4Win1.0.15\TimXml

Ref: libs

Powered by Jekyll and Theme by solid

本站总访问量