ntdll: CreateRemoteThread and friends for remote processes, take 3, via APCs

Dimi Paun dimi at lattica.com
Thu Aug 3 06:36:36 CDT 2006


On Thu, 2006-08-03 at 02:08 -0500, Thomas Kho wrote:
> APCs are queued per-thread, so I made minimal changes to add a
> per-process APC queue. Of course, this implementation suffers from the
> limitation that the remote process must go into an interuptible wait
> for the operation to succeed; 

And I suppose in Windows they don't have this limitation?
This seems like a decent trade-off for the moment. It would
be interesting to consider the case when we have some sort
of kernel support...

-- 
Dimi Paun <dimi at lattica.com>
Lattica, Inc.




More information about the wine-devel mailing list