How to share Singleton in different JVM?

How to share Singleton in different JVM?Suppose we have two application installed at different server, how to share the same Singleton?Rakesh
[162 byte] By [t_rakesha] at [2007-10-2 20:42:27]
# 1
make it remote.how do you plan to enforce its single-ness?sounds like a bottleneck waiting to happen.%
duffymoa at 2007-7-13 23:25:48 > top of Java-index,Other Topics,Patterns & OO Design...
# 2
You could use the sun game server's persistence mechanism. That would work, at possibly too great an expense than technically needed to make a shared singleton.~Cheers
Adeodatusa at 2007-7-13 23:25:48 > top of Java-index,Other Topics,Patterns & OO Design...