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
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.