Hi,
I'm writing a singleton class which would be used in a web application in the cluster
environment. Does somebody know what is the behavior of a singleton object in a cluster
environment?
I think there could be 2 possible behaviors:
1)The singleton object is kept in all the server instances.
2)The singleton object is kept only in the server it was created.
If somebody knows the answer or has some address, I would appreciate it.
Thanks,
Bhakta
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4064680#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...