-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Closed
Labels
area/windowsdesign proposalNeeds design doc/proposal before implementationNeeds design doc/proposal before implementation
Description
Title: Envoy is spinning CPU on Windows
Description:
In 2019 version of Windows Server there is no support for level-based events which causes Envoy to spin CPU to process "empty" write ready events.
To resolve this issue we consider the following three approaches:
- Selectively turn on and off the level based events. The idea is to only listen to file event notifications when we want to write to the socket (either because the previous write call got blocked or new data came in).
- Change the socket implementation to use the I/O completion ports paradigm.
- Rely on a different backend (see libevent replacement with libev #4952)
cc: @envoyproxy/windows-dev
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area/windowsdesign proposalNeeds design doc/proposal before implementationNeeds design doc/proposal before implementation