On Wed, Sep 27, 2017 at 8:18 AM, Gyuseong jo <[email protected]> wrote:
> [gRPC Python] seems to use only single core. > How many cores do you think it should use? How familiar are you with Python's Global Interpreter Lock (GIL) <https://wiki.python.org/moin/GlobalInterpreterLock>? How likely do you think it is that the single-core use that you're seeing is due to Python's GIL? What about your code is written suggests that it should be using more than one core? If you take gRPC "out of the experiment" and just exercise your service-side application code alone in a single Python interpreter, do you see it take advantage of multiple cores? We've got some work planned for the future to better support multicore Python use cases, but for now gRPC Python is GIL-limited in most scenarios. -Nathaniel -- 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 post to this group, send email to [email protected]. 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/CAEOYnAQPf46SvmkiRMz24SpcLPpxLNLgELrMZ5Ks9a_HQA3%3DFw%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
smime.p7s
Description: S/MIME Cryptographic Signature
