How to share custom objects across the processes?

I have an custom object which is read only and I don’t want to create copies of it in each new process.I want all the processes to access the same object.I know it leads to synchronisation issues.Please suggest the best way to do it