RE: Proposal: Asynchronous IO on Windows

2018-04-12 Thread Akash Gupta (EOSG)
PM To: dev <dev@mesos.apache.org> Subject: Re: Proposal: Asynchronous IO on Windows Thanks for writing this up and exploring the different options Akash! I left some comments in the doc. It seems to me the windows thread pool API is a mix of "event" processing (timers, i/o), as well a work

Re: Proposal: Asynchronous IO on Windows

2018-04-12 Thread Benjamin Mahler
runtime errors for sending arbitrary handles to libevent's event loop. > Also, some of the unit tests that would catch this blocking behavior like > in io_tests.cpp were disabled, so it was never caught in the unit tests. > > We wrote up a proposal on implementing asynchronous IO on Windows