iceant 2002-12-02 18:39 我感兴趣的是你的对象是如何获得的?在一个 CLUSTER 环境下,怎么获得一个对象的实例? 想一想 SUN 的 Solaris,它把 Cluster 做进了操作系统的内核里,那么要真正控制好 Java Application Cluster, 我会选择去写 JVM ^_^
Jevang 2002-12-07 09:40 Maybe I did not understand your original question, but if App server support clustered JNDI, you can ensure that there is only one instance and it's available to all across the whole cluster. -Wanchun