Hi, I have a client calling a RPC on the server. The server will then trigger a long running process (could be minutes, could be hours).
Should I put the RPC call in the client into a thread, or should I put the long running task on the server into a thread, assuming that the client doesn't care about the result (we have handling for that already). I just want to know the proper/de-facto way to do this when using gRPC. Thanks! -- 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 [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/grpc-io/e1291505-46bc-4d7c-8ebe-5ce1613ea8e0n%40googlegroups.com.
