From e0b8d09d284e7794762c42de489592574992ed09 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Mon, 11 Jul 2016 13:55:48 -0700 Subject: [PATCH] Updated Win32 OpenSSH RoadMap (markdown) --- Win32-OpenSSH-RoadMap.md | 1 - 1 file changed, 1 deletion(-) diff --git a/Win32-OpenSSH-RoadMap.md b/Win32-OpenSSH-RoadMap.md index ecd7815..35e6fa7 100644 --- a/Win32-OpenSSH-RoadMap.md +++ b/Win32-OpenSSH-RoadMap.md @@ -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