luke_16 added the comment:
Regarding Davin's last paragraph: "Without pulling apart your code...", I would
like to point out that what I'm doing is what the Documentation instructs:
https://docs.python.org/2/library/multiprocessing.html#using-a-remote-manager
So, I want
luke_16 added the comment:
Relating to the idea that it is not recommended to spawn a process whenever
there are already spawned threads running, which would be the case of the
server side of my example, I have to disagree. If a process is supposed to be
completely independent of the current