> It seems to come down to: What are the absolutely most efficient ways 
> for a wine developer to get:
> 
>  A. some shared memory,

mmap() of /dev/null (or MAP_ANON) with MAP_SHARED set.

        David

-- 
David Laight: [EMAIL PROTECTED]

Reply via email to