You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using hawtdispatch-transport, the call to 'Selector.selectNow' done in the method 'cancel' of NioManager is very costly if many connections are closed simultaneously while some other connections are still open (and working). The closing connections consume all the CPU time (because of 'selectNow') preventing the open connections from working. Would it be possible to add an option that would disable the call to 'selectNow' done in 'cancel'? In that case 'selectNow' would be called later in 'NioManager.select'.
The text was updated successfully, but these errors were encountered:
When using hawtdispatch-transport, the call to 'Selector.selectNow' done in the method 'cancel' of NioManager is very costly if many connections are closed simultaneously while some other connections are still open (and working). The closing connections consume all the CPU time (because of 'selectNow') preventing the open connections from working. Would it be possible to add an option that would disable the call to 'selectNow' done in 'cancel'? In that case 'selectNow' would be called later in 'NioManager.select'.
The text was updated successfully, but these errors were encountered: