HI I have a little problem here, I am doing a webserver and I put some calculations on the singleton's initialization and call the methods fo this class to do some calculations for me (no active record, just memory). The problem is the singleton is initilizing every method api from webserver I call. Can someone explain how can I solve this problem? []