I have two separate python processes running on a linux server, p1 and p2, how to read a dict of p1 from p2 ?
Two processes are independent, so I can't use multiprocessing based approach, and because of slow performance, I don't want to use socket communication or file based approach. my python version is 3.5.1