Commits


Yibo Cai authored and Antoine Pitrou committed d08af2f8b7d
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 #7476 from cyb70289/flight Authored-by: Yibo Cai <cyb70289@gmail.com> Signed-off-by: Antoine Pitrou <antoine@python.org>