In Go, you can set the Context with Deadline, and the server side handler can 
check if the request should be aborted (which may happen automatically if the 
Context is passed to another service, like db connection).

> On Nov 1, 2018, at 10:08 AM, Vijay Lakshminarayanan <laks...@hawk.iit.edu> 
> wrote:
> 
> Hi
> 
> I'd like to cap the longevity of any client request on the server's
> side.  Is this possible?
> 
> Thanks
> Vijay
> 
> -- 
> You received this message because you are subscribed to the Google Groups 
> "grpc.io" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to grpc-io+unsubscr...@googlegroups.com.
> To post to this group, send email to grpc-io@googlegroups.com.
> Visit this group at https://groups.google.com/group/grpc-io.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/grpc-io/CALRoXF0syS4nR7X9kyqCPkrPajDb%2B1rpL09jukUQkPkPvBR_PA%40mail.gmail.com.
> For more options, visit https://groups.google.com/d/optout.

-- 
You received this message because you are subscribed to the Google Groups 
"grpc.io" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to grpc-io+unsubscr...@googlegroups.com.
To post to this group, send email to grpc-io@googlegroups.com.
Visit this group at https://groups.google.com/group/grpc-io.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/grpc-io/DD4F1E17-DEBD-41B2-B7EA-E892B1FC1B57%40earthlink.net.
For more options, visit https://groups.google.com/d/optout.

Reply via email to