Re: [PATCH] Initialize IO_STATUS_BLOCK for pread, pwrite

2017-12-02 Thread Mark Geisert
On Sat, 2 Dec 2017, Corinna Vinschen wrote: On Dec 1 13:46, Mark Geisert wrote: I'm open to using overlapped I/O for the usual read & write cases of aio but there are some extensions I have in mind that don't allow for overlapped so I think I need to have threads handle them. I might combine t

Re: [PATCH] Initialize IO_STATUS_BLOCK for pread, pwrite

2017-12-02 Thread Corinna Vinschen
On Dec 1 13:46, Mark Geisert wrote: > On Fri, 1 Dec 2017, Corinna Vinschen wrote: > > On Dec 1 10:30, Corinna Vinschen wrote: > > > In terms of pread/pwrite, the new handle shares the same settings with > > > the original handle. However, if you use cygwin_attach_handle_to_fd, > > > there's a ch