How can I code to share the same instance of a \"singletonic\" class among processes?
The whole point of processes is to have different address spaces. If you want to share information between processes you must use some means of interprocess communication.