远程对象激活疑问
如果两个客户端使用单例方法和相同的地址执行 Activation.GetObject,他们是否会获得该类的相同实例?或者每个客户端都会得到不同的实例?
If two clients do Activation.GetObject, using the Singleton approach, and the same address, are they going to get the same instance of the class? Or will each client get a different instance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
他们的代理将指向同一个实例。
Their proxies will point to same instance.