Overview
Code snippet of 3 python files:
- EnhancedConsole - a simple extension of InteractiveConsole for hosting REPL in server and client code.
- Server - A simple example of using
multiprocessing.managers
over Unix sockets and running with a REPL. - Client - A simple exmaple of using
multiprocessing.managers
(as a client) over Unix sockers and running with a REPL.