Updated Win32 OpenSSH RoadMap (markdown)

manojampalam 2016-07-11 13:55:48 -07:00
parent 750bcb71b5
commit e0b8d09d28

@ -1,6 +1,5 @@
_This is a living document_
The primary focus over the next 3-4 months is three fold:
#### Reliability (March) - Status - done
The current implementation of the POSIX IO wrapper ("select" and "fd" IO) for Windows has some limitations. Specifically, since it spawns numerous threads (one for each set fd in fd_sets passed to select), it does not scale. The overhead of synchronization between these threads impacts performance and reliability. We are currently working on replacing this with one that takes advantage of the native asynchronous IO support available in Windows (Overlapped IO) - hoping that many of the random IO related issues being reported will be resolved with this change.
#### Security (April, May) - Status - done