From: Gustaf N. <ne...@wu...> - 2012-01-29 19:34:32
|
Am 28.01.12 22:22, schrieb Ibrahim Tannir: > > On 28-Jan-12 22:09, Stephen Deasey wrote: >> On Sat, Jan 28, 2012 at 8:19 PM, Ibrahim Tannir<it...@ar...> wrote: >>> However, the entire asynchronous IO in Windows is really messy >>> business, since the entire mechanism of processing IO >>> notifications is tied to a window. >> I see what y'all mean. That's a lot of non-shared code. >> >> I suppose you can always use a unix domain socket on the unixy side >> while using a socket on the loopback interface for Windows and still >> use the same poll() code on both. > Right. That's the general idea. Sounds very reasonable. i doubt that the performance impact will be significant. -gustaf |