irmen / Pyro5

Pyro 5 - Python remote objects
https://pyro5.readthedocs.io
MIT License
303 stars 36 forks source link

client sockets also noinherit? #58

Open irmen opened 2 years ago

irmen commented 2 years ago

Server sockets are created with noinherit, should client sockets have this too? Does this avoid proxy connection issues with forking/ multiprocessing?