Jacek Caban jacek@codeweavers.com writes:
Back to the current patch, it just uses currently available mechanisms to achieve the task and it seems to work well. As I described earlier, I could implement that without APCs for immediate result, but we would still need some notification to server that data has been completely transferred. If we want to do it that way, the cleanest solution IMO would be a new server call done by clients in server_*_file() functions called for immediate results after setting iosb fields and receiving data. Would you prefer that?
That would certainly be better than write_process_memory, yes. But we can go with APCs for now.