mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-23 14:04:59 +02:00
Updated Win32 OpenSSH RoadMap (markdown)
parent
b863436963
commit
c2e12f72c7
@ -1,4 +1,4 @@
|
||||
_This is a living document_
|
||||
_This is now obsolete. Please check [Project Status](https://github.com/PowerShell/Win32-OpenSSH/wiki/Project-Status)_
|
||||
|
||||
#### 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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user