There was an error while loading. Please reload this page.
1 parent 7df727d commit ae0339cCopy full SHA for ae0339c
docs/index.rst
@@ -1,5 +1,13 @@
1
.. include:: README.rst
2
3
+.. note::
4
+
5
+ Because the Datastore client uses the :mod:`grpcio` library by default
6
+ and uses third-party :mod:`requests` library if the GRPC is disabled,
7
+ clients are safe to share instances across threads. In multiprocessing
8
+ scenarios, the best practice is to create client instances *after*
9
+ :class:`multiprocessing.Pool` or :class:`multiprocessing.Process` invokes
10
+ :func:`os.fork`.
11
12
API Reference
13
-------------
0 commit comments