FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [View Raw Code]   [Original HTTPS Page]

python-spanner/docs/multiprocessing.rst at main · classicvalues/python-spanner · GitHub

Latest commit

 

History

History
7 lines (6 loc) · 313 Bytes

File metadata and controls

7 lines (6 loc) · 313 Bytes

Note

Because this client uses :mod:`grpc` library, it is safe to share instances across threads. In multiprocessing scenarios, the best practice is to create client instances after the invocation of :func:`os.fork` by :class:`multiprocessing.pool.Pool` or :class:`multiprocessing.Process`.


Back | FazBrowse Home | New Git URL