Govur University Logo
--> --> --> -->
...

When using gRPC, which mechanism allows a single TCP connection to handle multiple concurrent requests without waiting for the previous response?



The mechanism that enables a single TCP connection to handle multiple concurrent requests is HTTP/2 multiplexing. In traditional HTTP/1.1, a client must wait for a server to send a response to one request before sending the next one, which creates a bo....

Log in to view the answer



Redundant Elements