multiprocessing.Process.authkey

authkey

The process’s authentication key (a byte string).

When multiprocessing is initialized the main process is assigned a random string using os.urandom().

When a Process object is created, it will inherit the authentication key of its parent process, although this may be changed by setting authkey to another byte string.

See Authentication keys.

doc_python
2016-10-07 17:37:55
Comments
Leave a Comment

Please login to continue.