ntdll: a simple implementation of cross-process NtAllocateVirtualMemory

Alexandre Julliard julliard at winehq.org
Fri Jun 2 16:37:44 CDT 2006


"Dan Kegel" <dank at kegel.com> writes:

> How about this: we combine the original sychronous approach
> with the small preallocated cache as a fallback for when
> no threads are waiting?

You need to have a thread waiting one way or another, since you need
to perform operations on the client side that require a thread
context. No, it's not an easy problem to solve, that's why it has not
been done yet...

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list