Skip to content

Latest commit

 

History

History
7 lines (6 loc) · 313 Bytes

multiprocessing.rst

File metadata and controls

7 lines (6 loc) · 313 Bytes

Note

Because this client uses 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 os.fork by multiprocessing.pool.Pool or multiprocessing.Process.