With the recent launch of grpc-python 1.15.0 version fork method has been 
enabled with GRPC_ENABLE_FORK_SUPPORT=1 flag, to achieve parallelism. Is 
there any tutorial/example explaining how to make use of it ? (We have been 
using single thread approach until now, as performance was degrading with 
multiple threads (owing to GIL). So desparately need the multi-process way 
of achieving parallelism in grpc-python.) Wondering how the request routing 
actually happens. From Master to the forked processes ?

-- 
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/6dbf9b61-454e-41b6-aacd-9dfda3bb0afe%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to