We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea3ae39 commit 09c4846Copy full SHA for 09c4846
synthtool/gcp/templates/python_library/docs/multiprocessing.rst
@@ -0,0 +1,7 @@
1
+.. note::
2
+
3
+ Because this client uses :mod:`grpcio` library, it is safe to
4
+ share instances across threads. In multiprocessing scenarios, the best
5
+ practice is to create client instances *after* the invocation of
6
+ :func:`os.fork` by :class:`multiprocessing.Pool` or
7
+ :class:`multiprocessing.Process`.
0 commit comments