[PATCH 01/10 v2] server: Introduced iosb struct for server-side IO_STATUS_BLOCK representation and use it in irp_call.

Sebastian Lackner sebastian at fds-team.de
Thu Oct 20 12:17:43 CDT 2016


On 19.10.2016 19:05, Jacek Caban wrote:
> v2: Don't store async queues in a list.
> 
> Signed-off-by: Jacek Caban <jacek at codeweavers.com>
> ---
>  server/async.c  | 34 +++++++++++++++++++++++++++++++++
>  server/device.c | 58
> +++++++++++++++++++++++++--------------------------------
>  server/file.h   | 14 ++++++++++++++
>  3 files changed, 73 insertions(+), 33 deletions(-)
> 

I'm not sure if Alexandre has already agreed to this approach, but from my
point of view it would make sense to do some measurements. How fast is the
proposed named pipe approach compared to alternatives (unpatched Wine, or
the Linux-only implementation included in Wine Staging)? 
In general I like the idea, but I fear that adding significant optimizations
afterwards will be very difficult.

Regards,
Sebastian




More information about the wine-devel mailing list