Skip to content

Commit 16a812f

Browse files
authored
docs: remove client-usage sections that no longer apply (#95)
1 parent 6ec64d8 commit 16a812f

File tree

1 file changed

+0
-23
lines changed

1 file changed

+0
-23
lines changed

docs/client-usage.rst

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,6 @@ and creating other objects:
1616
from google.cloud import spanner
1717
client = spanner.Client()
1818
19-
Long-lived Defaults
20-
-------------------
21-
22-
When creating a :class:`~google.cloud.spanner_v1.client.Client`, the
23-
``user_agent`` and ``timeout_seconds`` arguments have sensible
24-
defaults
25-
(:data:`~google.cloud.spanner_v1.client.DEFAULT_USER_AGENT` and
26-
:data:`~google.cloud.spanner_v1.client.DEFAULT_TIMEOUT_SECONDS`).
27-
However, you may over-ride them and these will be used throughout all API
28-
requests made with the ``client`` you create.
29-
3019
Configuration
3120
-------------
3221

@@ -62,18 +51,6 @@ Configuration
6251
Be sure to use the **Project ID**, not the **Project Number**.
6352

6453

65-
Warnings about Multiprocessing
66-
------------------------------
67-
68-
.. warning::
69-
When using multiprocessing, the application may hang if a
70-
:class:`Client <google.cloud.spanner_v1.client.Client>` instance is created
71-
before :class:`multiprocessing.Pool` or :class:`multiprocessing.Process`
72-
invokes :func:`os.fork`. The issue is under investigation, but may be only
73-
happening on Macintosh and not Linux. See `GRPC/GRPC#12455
74-
<https://github.com/grpc/grpc/issues/12455#issuecomment-348578950>`_ for
75-
more information.
76-
7754
Next Step
7855
---------
7956

0 commit comments

Comments
 (0)