Solomon Boulos has uploaded this change for review. (
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511468 )
Change subject: ProxyV3: Make the number of sockets configurable.
......................................................................
ProxyV3: Make the number of sockets configurable.
If you have a lot of latency and enough parallelism, its probably
convenient to have lots of backend sockets for the proxy. It was
easy enough to move the rpc_init into the config_init for the FSAL.
I'm still defaulting it to 32, limiting this to ~1000 (the number of
privileged ports is system dependent, but 1000 is a lot).
Change-Id: I9f41eb1d5ded5105e7da43cead9085745cc65f0f
Signed-off-by: Solomon Boulos <boulos(a)google.com>
---
M src/FSAL/FSAL_PROXY_V3/main.c
M src/FSAL/FSAL_PROXY_V3/proxyv3_fsal_methods.h
M src/FSAL/FSAL_PROXY_V3/rpc.c
3 files changed, 40 insertions(+), 19 deletions(-)
git pull ssh://review.gerrithub.io:29418/ffilz/nfs-ganesha refs/changes/68/511468/1
--
To view, visit
https://review.gerrithub.io/c/ffilz/nfs-ganesha/+/511468
To unsubscribe, or for help writing mail filters, visit
https://review.gerrithub.io/settings
Gerrit-Project: ffilz/nfs-ganesha
Gerrit-Branch: next
Gerrit-Change-Id: I9f41eb1d5ded5105e7da43cead9085745cc65f0f
Gerrit-Change-Number: 511468
Gerrit-PatchSet: 1
Gerrit-Owner: Solomon Boulos <boulos(a)google.com>
Gerrit-MessageType: newchange