File size: 313 Bytes
09d8e80
 
 
 
 
 
 
1
2
3
4
5
6
7
8
.. 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`.