File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -89,11 +89,14 @@ Configuration
8989
9090Warnings about Multithreading and Multiprocessing
9191-------------------------------------------------
92- - Multiprocessing has been known to hang if ``client `` creation is before fork()
93- in the ProcessingPool(). The issue is under investigation, but may be only
94- happening on Macintosh and not Linux. See `GRPC/GRPC#12455 <https://github.com/grpc/grpc/issues/12455#issuecomment-348578950 >`_ for more information.
95-
96- - It is also possible that multithreading creates a segmentation fault.
92+ - When using multiprocessing, the application may hang if a
93+ :class: ~google.cloud.spanner_v1.client.Client instance is created before
94+ :class: multiprocessing.Pool or :class: multiprocessing.Process invokes :func: os.fork.
95+ The issue is under investigation, but may be only happening on Macintosh and not Linux.
96+ See `GRPC/GRPC#12455 <https://github.com/grpc/grpc/issues/12455#issuecomment-348578950 >`_ for more information.
97+
98+ - It is also possible that multithreading creates a segmentation fault, but may have
99+ been resolved.
97100 See `GRPC/GRPC#13327 <https://github.com/grpc/grpc/issues/13327#issuecomment-358415223 >`_
98101 for more information.
99102
You can’t perform that action at this time.
0 commit comments