6 ms·
This is a good write up for IPC related stuff - http://beej.us/guide/bgipc/output/html/singlepage/bgipc.html http://beej.us/guide/bgipc/output/html/singlepage/b
by jaguar86 10y ago
This is a good write up for IPC related stuff - http://beej.us/guide/bgipc/output/html/singlepage/bgipc.html http://beej.us/guide/bgipc/output/html/singlepage/bgipc.html
- tyingq 10y agoIt is somewhat helpful, but the examples for shared memory and mmap ignore concurrency issues and refer you to a generic, non-language specific WikiPedia page for guidance.