Skip to content

Commit fe285ea

Browse files
committed
Review Changes
1 parent 2667c6b commit fe285ea

1 file changed

Lines changed: 8 additions & 5 deletions

File tree

docs/spanner/usage.rst

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -89,11 +89,14 @@ Configuration
8989

9090
Warnings 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

0 commit comments

Comments
 (0)