Commit d08af2f
ARROW-9168: [C++][Flight] Don't share TCP connection among clients
Flight benchmark performs worse when working threads increases. It can
be improved by setting gRPC option GRPC_ARG_USE_LOCAL_SUBCHANNEL_POOL
to make each client creating its own TCP connection to server, without
sharing one connection.
Closes apache#7476 from cyb70289/flight
Authored-by: Yibo Cai <cyb70289@gmail.com>
Signed-off-by: Antoine Pitrou <antoine@python.org>1 parent 60c2e36 commit d08af2f
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
| 861 | + | |
| 862 | + | |
| 863 | + | |
861 | 864 | | |
862 | 865 | | |
863 | 866 | | |
| |||
0 commit comments