Working with Managers
Understand how to use Python managers to enable data sharing between local and remote processes securely. Learn about authentication using authkey, secure communication with hmac, and managing proxy objects safely in multiprocessing environments.
We'll cover the following...
We'll cover the following...
Working with Managers
Using managers we can start processes on separate hosts that can share data amongst themselves. Once connected, there is no difference in the way processes use shared resources whether running locally or remotely.
Secure Communication
A manager can be created by ...