> My client wants to share a block of memory with the server.  The
> client allocates the memory, and sends it to the server.  The problem
> is that the out-of-line memory will be treated as copy-on-write, 
> right?   Is there some simple way of getting them to share the memory
> read-and-write?

Yes.  Allocate a memory object via default_pager_object_create and have
both the server and the client map it via vm_map.

PGP signature

Reply via email to