Skip to content
This repository has been archived by the owner on Dec 31, 2023. It is now read-only.

Latest commit

 

History

History
7 lines (6 loc) · 310 Bytes

multiprocessing.rst

File metadata and controls

7 lines (6 loc) · 310 Bytes

Note

Because this client uses grpcio library, it is safe to share instances across threads. In multiprocessing scenarios, the best practice is to create client instances after the invocation of os.fork by multiprocessing.Pool or multiprocessing.Process.