|
|
发表于 2005-11-12 09:14:43
|
显示全部楼层
When one process sends a message, the kernel copies the message into an internal buffer. When another process retrieves this message, the kernel copies the data to the receiver's address space.
----- from "unix internals" |
|