Enable TCP FastPath support#3710
Merged
Merged
Conversation
Contributor
|
Always nice to improve response time and throughput, even for local-only scenario. I would feel more comfortable to add a config flag no enable this, but it might be overkill for this change... I read the documentation, and they do not say if it can have an impact on non-loopback scenario? |
Contributor
Author
ReubenBond
approved these changes
Nov 29, 2017
Contributor
|
Thanks @eisendle ! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request enables TCP Fastpath support to Orleans. Fastpath is a technique which speeds up loopback tcp connections on windows server 2012 / Windows 8 upwards. For more information see here.
I did some benchmarks and enabling fastpath adds some minor response time & throughput improvements:
This PR improves response time & throughput for co hosting scenarios until support for local silo clients is added (#3362).