Reading and Hacking Python's multiprocessing.managers: Part 3
In Part 1
and Part 2
of this series, we have gained basic understanding of the standard module multiprocessing.managers
and fixed a few bugs in it.
In this article, we will move on to make some enhancements to it.
The complete code of these enhancements is available in
the module mpservice.multiprocessing.server_process in the package mpservice.