Sep 27, 2021
you can use multi threading of you want. But in python understand about the GIL first before you try multi threading. And then you might prefer the PythonProcess.multiprocessing
lib instead. I demo multiprocessing in this unrelated github repo. Sean-Bradley/Seans-gRPC: examples for my grpc tutorials (github.com)