I want to share a global ssh variable from parent process to child process using a multiprocessing package. I have tried to use "Value" method but there is no proper ctype for ssh.
ssh = multiprocessing.Value(gw_manager.openSSH())
any idea ?
I want to share a global ssh variable from parent process to child process using a multiprocessing package. I have tried to use "Value" method but there is no proper ctype for ssh.
ssh = multiprocessing.Value(gw_manager.openSSH())
any idea ?