RE: Accessing Singleton

2003-02-10 Thread Shapira, Yoav
Howdy, The classes in question are singleton because they take a huge amount of time to start up but little to call methods. That's not necessarily a good reason for using the Singleton pattern, but from the rest of your message I think I understand why you've set it up that way. Tomcat

Accessing Singleton

2003-02-08 Thread Joe
Hi, What would be the best way to access a singleton running in the JVM that runs Tomcat? What I have is this: The classes in question are singleton because they take a huge amount of time to start up but little to call methods. Tomcat contains one webapp, that has those singletons running