Spring .NET、WCF 和单例

发布于 2024-10-05 05:01:10 字数 253 浏览 6 评论 0原文

将 Spring .NET 与 WCF 集成以获取单例语义时,似乎存在一些问题。我在网上查了一下,但找不到任何结论性的东西。

是否有人将 Spring.Net 与 WCF 服务一起使用,其中实例上下文模式设置为 Single,并发模式设置为 multiple,并且 spring 配置中的对象定义标记为单例?

It appears there's some issue integrating Spring .NET with WCF for getting singleton semantics. I looked around a bit on the net but I couldn't find anything conclusive.

Has anybody used Spring.Net with a WCF service where the instance context mode has been set to Single, Concurrency Mode set to multiple and the object definition in spring configuration marked as a singleton?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

心房敞 2024-10-12 05:01:10

检查 Spring 文档:
http://www.springframework.net/doc-latest/reference/html /wcf.html

“该对象必须声明为“原型”对象,即不是单例,以便与 WCF 实例正确交互。”

华泰

Check the Spring documentation :
http://www.springframework.net/doc-latest/reference/html/wcf.html

"The object must be declared as a 'prototype' object, i.e. not a singleton, in order to interact correctly with WCF instancing."

HTH

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文