Re: [grpc-io] Python gRPC multithreading

2016-08-10 Thread 'Nathaniel Manista' via grpc.io
On Tue, Aug 9, 2016 at 5:42 PM, Shraddha Thakkar wrote: > I am implementing a gRPC server and client in python. My requirement is > that the server continuously streams the system data to the client once the > client establishes a connection, so I have implemented a server streaming > (response s

[grpc-io] Python gRPC multithreading

2016-08-09 Thread Shraddha Thakkar
Hi, I am implementing a gRPC server and client in python. My requirement is that the server continuously streams the system data to the client once the client establishes a connection, so I have implemented a server streaming (response streaming ) RPC call for this requirement. The remaining RP