This is the problem. I have a singleton object that takes like 4 to 5 seconds to initialize, and I need to be able to make a method call to this object on multiple threads. Unfortunately this object...