IIPC--share memory
摘要:
5.1 Shared MemoryOne of the simplest interprocess communication methods is using shared memory.Shared memory allows two or more processes to access the same memory as if they allcalled mallocand were returned pointers to the same actual memory.When oneprocess changes the memory, all the other proces 阅读全文
posted @ 2013-02-05 22:32 michile 阅读(358) 评论(0) 推荐(0)
浙公网安备 33010602011771号