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...