Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog.
Exploring different mechanisms to do RPC in Python
This is exactly what I thought could exist, but I'm almost certain any security engineer will hate it immediately.
Theory of Operation for exploring how it behaves.
Establishes a registry server
I have to wonder if this could be used for Jupyter Kernel communications (potentially simpler than ZMQ and almost certainly much more flexible).
Distributed cluster management should also be smooth, along with connecting different conda environments and similar systems.
— Kunal