Singleton in clustering
843830Dec 19 2005 — edited Dec 22 2005HI ,
I have developed a singleton class for ejb home cache,but as ours is
a clustered environment so every app server instance would have a
instance of that singleton class.
Is there a way out of storing one instance of that singleton class
across multiple instances of app server in an clustered env (or) is it that it is a drawaback of using Singleton in clusterd Env and have to live with it.
Please let me know ur thougts.
thanks in advance.